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
RadAjaxManager instance to ajaxify the grid and perform
RadAjaxManagerClientObject.ajaxRequest() calls.
These calls are invoked through 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
GridCreated 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
Controls - RadGrid - How to's
Edit
on double click in hierarchical grid with automatic operations enabled