Existing MVC Website - Telerik MVC Grid Integration to Use ServerSideEditing

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

+4
source share
1 answer

If you look here , you will see that for each grid you can specify an action / controller to perform for each action (select, insert, update, delete). If I understand you correctly, you should be able to control the editing of each side of the network server, fix it?

+1
source

Source: https://habr.com/ru/post/1396602/


All Articles