home

download

server grid


This sample adds editing to the display grid. This required 4 lines in the view and the creation of 4 controller methods - akin to REST calls for CRUD operations.. In the controller code, note the method GridRouteValues - this is a Telerik function which stores the grid state between calls. Compare the methods with those in the grid-ajax sample.

Data manipulation and view creation are done on the server. This is why the screen flashes when data is manipulated - this is caused by the call to the Server done through standard ASP.NET calls. Also note the formatting issues when editing or inserting. I have left these to demonstrate issues with this methodology