This question is locked. New answers and comments are not allowed.
- Is there a way to not load all the data for paging. If one has say thousands of records and 90% of the time the user will not really need to page through all of them but yet still give the ability to page, is there a sample for this scenario?I saw this one but it refreshes the whole page. I just want the grid to be refreshed.
- On the same topic and assuming the answer is yes to bullet #1, what happens if page 1 is displayed but all the other pages have not been loaded yet and the user filters on the column that does not contain data on page 1, can it go out and grab the data based on the filter without refreshing the whole page?
Both points deal with efficiency and bandwidth and I really hope there's a solution for both. Any detailed insight, links or demos is appreciated.