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?
Hello,
You can use standard “select” editor and keep a column edited:
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:
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?