I'm using objectdatasource with gridview using custom paging (i.e. getting per page records), the sorting works fine but only for current page. But I want to sort on all records. Is there any way to sort on all records but getting paged records?
Asked
Active
Viewed 385 times
0
-
**http://stackoverflow.com/questions/1278995/objectdatasource-and-gridview-sorting-paging-filtering** – huMpty duMpty Jan 31 '12 at 09:05
-
@hotcoder, how are you getting a pageful records from the data store? The sorting needs to be implemented in the paging logic it self. – VinayC Jan 31 '12 at 09:20
-
@hotcoder: First do sorting and then filter. – dhinesh Mar 22 '12 at 05:38