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

Don't exit the editing cell after save?

1 Answer 198 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ITS
Top achievements
Rank 1
ITS asked on 01 May 2013, 02:56 AM
Hello

My grid has navigatable set to false, and editable set to true, I am controlling the cell navigation through my own code. The reasons I am doing this are
  • InCell editing - turn on cell editing when a cell is selected, data is saved when the user navigates away from the cell. 
  • Keyboard support - allow the user to navigate using Enter key (to go down the column) and Tab key (to go across the row) to immediately start editing the next cell. Also using the arrow keys to navigate.
  • Additional information in popup form - to complicate the matter even more, some cells may require additional information which the user can enter using a pop form triggered by the grid.save event. This took away the focus on the grid and therefore has to be programmatically restored back to the grid once the popup form is closed.
I would like to separate saving from grid navigation. Ie. the user can continue editing cells while the data source update itself in the background. One particular problem I ran into is after a cell content is saved, the grid reset its edit cell and lose focus of the current cell.

Is it possible for the grid to not control the navigation, and not control the edit mode toggleing? 

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 02 May 2013, 02:24 PM
Hello,

I am sorry the Grid navigation behavior does not meet your requirements. The navigation feature could not be simply changed or turned off partially. 

To give a suggestion for improvement I would suggest you to do it on our Kendo User Voice page:

http://feedback.kendoui.com/forums/127393-kendo-ui-feedback


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