Hello,
I have a GridView with large number of data. I am using Datapager for pagination having 100 records per page. On click of next page I download the next 100 records.
Problem :- Inbuilt sorting, sorts the whole gridview but I want to sort only the current page not the whole grid, as other pages may not have data.
While sorting with other pages as blank, results in null values shown up at the top of the grid.
Any help appreciated!
Thanks,