home

download

ajax grid


This grid uses Ajax to perform the editing - using Json to retrieve the data. Note in the download code that the methods are quite similar to the Server Grid. The difference is that they are marked with the GridActionAttribute and they return a GridModel to the view, not a class containing the model and a total count of rows, not the GridRouteValues. There is no need to pass the GridRouteValues as only the data is being refreshed.