Hi,
I'm using smartGWT version 2.5 and have a server DataSource with data field type, this datasource is assigned to list grid with shown filter.
my sample is the same as in showcase http://www.smartclient.com/smartgwt/showcase/#grid_daterange_filtering - second table with miniDaterRangeItem, just difference is that my grid has autFetch set to false and datasource have setClientOnly(false)
In such created table is filter in date column represented as simple dateItem so I can select only 1 value instead of dateRange filter that you can see in showcase's sample. When I change setClientOnly(false) to setClientOnly(true) filter is correctly rendered so as range item.
Where is the problem, how can achieve to have date range filter in date column?
thanks,
michal
I'm using smartGWT version 2.5 and have a server DataSource with data field type, this datasource is assigned to list grid with shown filter.
my sample is the same as in showcase http://www.smartclient.com/smartgwt/showcase/#grid_daterange_filtering - second table with miniDaterRangeItem, just difference is that my grid has autFetch set to false and datasource have setClientOnly(false)
In such created table is filter in date column represented as simple dateItem so I can select only 1 value instead of dateRange filter that you can see in showcase's sample. When I change setClientOnly(false) to setClientOnly(true) filter is correctly rendered so as range item.
Where is the problem, how can achieve to have date range filter in date column?
thanks,
michal
Comment