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

Inline editing mode customizing

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Artem
Top achievements
Rank 1
Artem asked on 20 Jun 2013, 10:22 AM
Hi,

We need to customize inline editing mode  in kendo grid: all rows should be editable all the time and grid should supporting tabbing between the last field of row and the first field of next row. What is the best way to implement behaviour like this?

Best Regards, 

Artem

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 24 Jun 2013, 06:20 AM
Hi Artem,

 
Basically the Grid doesn't support having more than one row in edit mode and you should implement this functionality using custom code. For example you can define column templates which to contain the needed editor. You can check this example which demonstrates how to use checkbox in column template for editing given field from the model.

Kind Regards,
Vladimir Iliev
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
Artem
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or