Hi all,
I would like to search for specific records in a ListGrid, so that I can select them. What is the recommended way of doing this?
I do not want to modify the content of the ListGrid, so using a fetchData on the grid does not seem to be the solution.
Should I run the search using fetchData on the underlying dataSource? If so, how do I find the records in the ListGrid, based on the results?
Or should I read out the data using getRecords(), and perform the search manually?
Or something else?
Whatever is the solution, how does this interact with the pagination support?
Thank you for your help!
I would like to search for specific records in a ListGrid, so that I can select them. What is the recommended way of doing this?
I do not want to modify the content of the ListGrid, so using a fetchData on the grid does not seem to be the solution.
Should I run the search using fetchData on the underlying dataSource? If so, how do I find the records in the ListGrid, based on the results?
Or should I read out the data using getRecords(), and perform the search manually?
Or something else?
Whatever is the solution, how does this interact with the pagination support?
Thank you for your help!
Comment