I have an existing MVC site built a few years ago, and now I delete all my grid code using the Telerik MVC Grid.
I want to use ServerSide editing, but the examples show that the SourceCodeFile scaffolds are on the same actionresult control call with the same MVC grid in the same view.
My problem is that I have mulitple MVC meshes called by renderpartial in one view with a single actionresult action. I can not have multiple forests on one actionresult.
Therefore, I need help in thinking about this, since I visit this project only from time to time, and I do not constantly create it in MVC, so I do not fully know all my options.
Also posted to the Telerik forums at: http://www.telerik.com/community/forums/aspnet-mvc/grid/existing-mvc-website---integrating-telerik-mvc-grid-to-use-serversideediting. aspx
source share