Available in the Full Version

Data Grid - REST Editing

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

This sample demonstrates how to bind igGrid to REST service (WebAPI). This is done by configuring the grid REST settings. When in REST mode igGrid will create a POST request for the newly created rows, a PUT request for the updated rows and a DELETE request for the deleted rows. Create, update or delete rows from the grid and use the "Save Changes" button to propagate them to the server. "Undo" button will delete any locally pending changes made to the grid.

Code View

Copy to Clipboard