Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid Date filter is not working

$
0
0
Some one tell the issue, why the date range filter is not working for ListGrid.

code :

ListGridField date = new ListGridField("date");
date.setTitle("<B>Date</B>");
date.setCanEdit(false);
date.setAlign(Alignment.CENTER);
date.setCanFilter(true);
date.setType(ListGridFieldType.DATE);
date.setDateFormatter(DateDisplayFormat.TOUSSHORTDATE);

Any example in SmartClient showcase?

When selecting the filter (From and To Date) in Select Date Range popup. ListGrid records is not filtering based on date range. Is it in smart gwt bug??

Attached Images
File Type: png date range filter.PNG (3.6 KB)
File Type: png filter icon.PNG (1.0 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles