Datatable - Inline select editor

I’m trying to have an inline select editor. When you click the second dropdown the cells get redrawn so the select closes. Which event do I need to customise to to stop this?

http://webix.com/snippet/63186ec4

Hello,

You can use standard “select” editor and keep a column edited:

http://webix.com/snippet/61c115ae

When I enable this it breaks the tab navigation:

http://webix.com/snippet/64ce58be

Is there a workaround?

You may try to use template with a arrow. And using onAfterEditStart event handler, you can try to trigger “mousedown” event to open select.

Here is an example for Chrome:

http://webix.com/snippet/5c192330

This doesn’t work cross browser & you have to click twice. Is there a way to just put all rows/columns into edit state and keep them in edit state?