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

Client side sorting

2 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mabs
Top achievements
Rank 1
mabs asked on 05 Jul 2010, 10:58 AM
Is this possible, are there any decent guides?  I have searched for this and found a video, however it is using client side databinding, I would like to bind data server side, but do the sorting client side.  I would like no postbacks.  Any help on this would be much appreciated.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Jul 2010, 11:48 AM
Hello,

One suggestion is making use of RadAjaxMAnager or RadAjaxPanel in order to avoid page refresh when using normal sorting (when binding from server code).

You can find out the documentations on how to use these controls here:
AJAX Manager
AJAX Panel

Thanks,
Princy.
0
mabs
Top achievements
Rank 1
answered on 05 Jul 2010, 11:50 AM
Thanks for the suggestion, however I think that still makes a server call.  I am creating a usercontrol of the grid, the current problem is that on any sorting the grid requires the data to be bound again, which means I need to retrieve the data again.  I want to completly avoid this and do all the sorting client side, if possible.
Tags
Grid
Asked by
mabs
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
mabs
Top achievements
Rank 1
Share this question
or