This question is locked. New answers and comments are not allowed.
Hi,
I am using telerik mvc grid its amazing. One of the problems i faced is "The Requested URL returned 500 - Internal Server Error" comes when i go for custom Ajax Binding. I saw previous posts regarding this problem and the reason mentioned is Circular reference and the remedy is to have a separate entity which has only the properties required to fill the grid.
This works fine but what if there are 500 pages out of which 300 need grid to be displayed and each grid refers different entity relations and if the database is huge. I need to reassign the data to the original entity from the entity i have created for the grid during edition of details in the grid . Is there any other possibility where in i could use Ajax binding without any problem.Could any one help me out.
Thanks,
I am using telerik mvc grid its amazing. One of the problems i faced is "The Requested URL returned 500 - Internal Server Error" comes when i go for custom Ajax Binding. I saw previous posts regarding this problem and the reason mentioned is Circular reference and the remedy is to have a separate entity which has only the properties required to fill the grid.
This works fine but what if there are 500 pages out of which 300 need grid to be displayed and each grid refers different entity relations and if the database is huge. I need to reassign the data to the original entity from the entity i have created for the grid during edition of details in the grid . Is there any other possibility where in i could use Ajax binding without any problem.Could any one help me out.
Thanks,