Note: The changes in the data will be persisted per Session only. The data will be reset next time you visit the page.
You may want to allow the user to force grid item in edit mode by simply double-clicking the
respective item (an easy and intuitive approach). This demo illustrates how to switch a row in
edit mode by double-clicking an arbitrary grid item and how to update this row when the user
clicks another row in the grid. Furthermore, a user-friendly confirm dialog will be displayed
to prompt whether the operation should be propagated or not.
The example uses
RadGridClientObject.AjaxRequest() calls (wiring the
RowClick and
RowDblClick events) and the
onchange event of the inputs in the grid rows used
for editing (the handler for the
onchange event is assigned in the
RowCreated
handler of the grid).
Additional editing tips and tricks (for example how to perform
batch updates) you can find
in the
Update records or
How-to subchapter from the
Insert/Update/Delete records section in the
product's online help:
Peforming batch updates
How to's
Raising ajax request from webform/user control/master page
Edit
on double click in hierarchical grid with automatic operations enabled