On almost all applications when you right click on an item, it selects it and gives you a contextual menu, on the TreeTable with the context menu it doesn’t not select the underlying row when you right click.
Is there a way to change this?
On almost all applications when you right click on an item, it selects it and gives you a contextual menu, on the TreeTable with the context menu it doesn’t not select the underlying row when you right click.
Is there a way to change this?
It’s default behavior for the contextual menu in Webix. But it’s always possible to customize its displaying.
Selection can be added via onBeforeContextMenu
method:
Works like a charm, thanks a ton.