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

Remove combobox item contents from date filter in smartgwt ListGrid

$
0
0
Hi

Is there a way where we can remove the combobox contents that appear in date filter in listgrid like Today,Tomorrow...
this is the code for grid and filter
ListGrid grid=New ListGrid();
grid.setShowFilterEditor(true);
grid.setFilterOnKeypress(true);



Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles