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
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
Comment