Announcement

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

    Jump to row in ListGrid based on filter criterion

    Using the normal SmartClient JS-version (no GWT), I created a ListGrid with server derived data (autoFetchData: true). So when the grid is shown, all records are available.

    I want the user to enter a value for one of the fields in the grid, press a Search button and jump to the first record found (in the grid). If the user presses Search again, it should jump to the next record found.

    I can't seem to find such an example and haven't managed to create a working situation for myself. Note that I don't want to filter data. It's like using the Search functionality of the browser itself, but it's nicer to have it integrated in my own application.
Working...
X