This is a migrated thread and some comments may be shown as answers.

Suggestion for inline editing?

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AereoN
Top achievements
Rank 1
AereoN asked on 16 Dec 2009, 04:42 AM
Currently I'm using inline editing with only 1 column to be editable.
Therefore I'm using the onclientblur event to exit the edit mode cause I don't want any additional button/links to appear in my UI.
This works great since there is only 1 control to be monitored.

However I'm going to have another grid that have more than one column to be editable by the users.
Is there any other better approach than the one I'm using?

1 Answer, 1 is accepted

Sort by
0
Hus Damen
Top achievements
Rank 1
answered on 19 Dec 2009, 01:31 PM
Hello AereoN,

You may use a double-click to exit the edit mode of the current item. The following example shows this in action:

http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx

Thanks
Hus



Tags
Grid
Asked by
AereoN
Top achievements
Rank 1
Answers by
Hus Damen
Top achievements
Rank 1
Share this question
or