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

In one column pressing 'Enter Key' to go to bottom row cell and save automatically when press again

3 Answers 514 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kurt
Top achievements
Rank 1
Kurt asked on 12 Nov 2013, 06:17 PM
For instance if I have editable table and have column for Enter Qty, Is there a way to press enter and save it and go down and will do same until it reach the end of the row that particular table?

Advance Thanks for awesome help!

3 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 13 Nov 2013, 03:39 PM
Hi Kurt,


I think the batch edit mode of the grid will cover the current requirement. It allows editing the grid cell by cell and navigating through a single column via the keyboard. Pressing enter will take the current cell and edit mode and save the changes when pressed again. I am attaching a short video to demonstrate this.

I hope that this information was helpful for you.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Kurt
Top achievements
Rank 1
answered on 13 Nov 2013, 05:18 PM
Hi Dimiter,

What I meant was, I should only use enter key to go down the cell and not the down arrow key. Is there a way to do this? Or would be great if tab works by coluimn and not by row. let me know if that make sense

Thanks for awesome support!
0
Dimiter Madjarov
Telerik team
answered on 14 Nov 2013, 11:32 AM
Hello Kurt,


This functionality is not supported out of the box. Nevertheless you could achieve it by disabling the built in Grid navigation and manually handle the tab or enter key press. The following methods from the Grid API might be helpful - editCell and closeCell.

Regards,
Dimiter Madjarov
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
Kurt
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Kurt
Top achievements
Rank 1
Share this question
or