Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to reload filter editors?

    1. I have created a SelectItem and assigned the optionalDataSource to userNamesDS

    2. I have declared this SelectItem as the filterEditorType for a column in my ListGrid.

    3. I navigate to the Users tab and add/delete/rename a user

    4. If I then navigate back to the ListGrid, how do I force the filterEditor to refresh. I called invalidateCache() and fetchData() on the userNamesDS and, looking at FireBug, it gets the updated result set but the SelectItems values still don't get updated

    SmartGWT 2.4
Working...
X