Hi,
to display A Date value in a fixgrid I use a label with format=datetime. It is displayed as expected, but if I use
Code:
#{d.SearchBarUI.grid.textSearcher.onNext}
... to search for any value which is just displayed (e.g. 26-Oct-2012 10:35:22) no results are found.
The problem seems to be that not the formatted Date is used for searching, but the Java-Date.
If that Bug could be solved, that would be great.
Thanks,
Björn