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

Select row on Edit

1 Answer 1195 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 05 Feb 2016, 07:22 PM
Is there a way to select a row when you click the Edit button? This is single inline editing.

1 Answer, 1 is accepted

Sort by
0
Accepted
Radoslav
Telerik team
answered on 09 Feb 2016, 08:41 AM
Hi Andy,

To achieve the desired functionality you ca try handling the edit event and select manually the edit row. For example:
edit: function() {
     $("#grid").data("kendoGrid").select(".k-grid-edit-row");
},

Also on the following link I attached a small example which demonstrates this approach:
http://dojo.telerik.com/ejOfE

I hope this helps.

Regards,
Radoslav
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Andy
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or