Hi,
I'm trying to cleanly integrate a date range filter into a ListGrid by adding DateItem filter editors to the first two columns (these are for the date and time). The first column's filter editor is the "from" filter, and the second is the "to" filter.
Operationally this is working but I'm unable to give users a proper hint/label to say that the two editors refer to the from/to dates.... I've tried many things including subclassing DateItem and using setEmptyDisplayValue in the constructor, but it doesn't work.. SmartGWT doesn't seem to have an example where FormItem is subclassed.
Any hints would be appreciated.
I'm trying to cleanly integrate a date range filter into a ListGrid by adding DateItem filter editors to the first two columns (these are for the date and time). The first column's filter editor is the "from" filter, and the second is the "to" filter.
Operationally this is working but I'm unable to give users a proper hint/label to say that the two editors refer to the from/to dates.... I've tried many things including subclassing DateItem and using setEmptyDisplayValue in the constructor, but it doesn't work.. SmartGWT doesn't seem to have an example where FormItem is subclassed.
Any hints would be appreciated.