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
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!