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

[Solved] Is it possible to do paging, sorting and filtering server-side without reloading the entire page?

0 Answers 82 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.
Aled
Top achievements
Rank 1
Aled asked on 02 May 2012, 10:49 AM
I have a serious problem with the way AJAX binding of Telerik's MVC Grid works. I can't reuse any server-side code because it's trying to squish everything into a JSON response and rebuild the table from scratch, client-side.

This means formatting from DataAnnotations is lost, column templates that render patial views can't be used, circular references from Entity framework require special handling and so on and so on.

All of this can be avoided if the resulting HTML is generated server-side and then simply inserted in place of the old element (say, jQuery.load() the <table>). Is there a way to achieve this with Telerik's grid?
Tags
Grid
Asked by
Aled
Top achievements
Rank 1
Share this question
or