Editable keyboard navigation

I’m trying to get it so the user never leaves “edit” mode.

Currently I’m having issues when the user clicks or uses the enter key on the combo editor it goes back to the select state.

Which event do I need to hook into? Or is there a better solution for the keyboard navigation?

http://webix.com/snippet/98c233bf

Any suggestions on how to put the next cell into edit mode after using the combo box

Hi,

We’ve corrected your code a bit, but the main idea is to use the webix.delay to apply the changes and switch to the next editor without any issues:

http://webix.com/snippet/28ad28d2

Brilliant, thanks for this. The combo now works well when using the keyboard. If I use the mouse to select one the cell still goes back to the selected state. How can this be fixed?