Note: The changes in the data made by RadGrid will be persisted per Session only. The data will be reset next time you visit the page.
Source Code & Description
This demo incorporates several of the r.a.d.
grid features which are most commonly used on the web:
- Automatic update/insert operations without a single line of code in the code-behind (ASP.NET 2.0 feature)
along with client-side delete through GridClientDeleteColumn (see the Insert/Update/Delete -> Automatic operations and
What's new -> Client-side delete demos for more info)
- Batch edit/update/delete/cancel through commands which are internally recognized by the grid
(EditSelected, UpdateEdited, DeleteSelected, CancelAll)
- Single/multi-row client selection/check through GridClientSelectColumn with checkbox in its header
- Slider pager mode to navigate to the desired page by dragging it
- AJAX mode enabled for the grid with transparent loading template to indicate that the asynchrohous request is in
progress