I am using SmartGWT Power 6.0 and I have a basic ListGrid question. I populate my grid by calling ListGrid.setData(). I wish to be able to filter columns on each keypress. I am initializing the grid by calling the following methods:
ListGrid.setShowFilterEditor(true);
ListGrid.setFilterOnKeypress(true);
ListGrid.setAutoFetchData(true);
When the grid is displayed, the filter editor appears but when type into the filter text nothing happens. I tried clicking the filter button as well but it did not work either. Any guidance would be greatly appreciated.
Thanks,
Ken
ListGrid.setShowFilterEditor(true);
ListGrid.setFilterOnKeypress(true);
ListGrid.setAutoFetchData(true);
When the grid is displayed, the filter editor appears but when type into the filter text nothing happens. I tried clicking the filter button as well but it did not work either. Any guidance would be greatly appreciated.
Thanks,
Ken
Comment