This is a migrated thread and some comments may be shown as answers.

[Solved] Sorting and Paging within current results

1 Answer 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
mary
Top achievements
Rank 1
mary asked on 18 Apr 2010, 07:21 PM
Hi,
I have a Grid with Server Side binding using nHibernate repository calls.  It implements .Sortable and .Pageable.  Filtering is done with a post and a few input fields.  Is there a simple way to have the sorting and paging work within the current filtered result set?  Since currently it uses the HTTP Get and brings back the original result set, albeit sorted.
Thanks!

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 19 Apr 2010, 09:13 AM
Hi mary,

No, this is not possible. The grid operates with a single page of data. That's why it makes ajax or get requests - to retrieve the next page of data.

Regards,
Atanas Korchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
mary
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or