Context Menu on TreeTable behavior

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:

http://webix.com/snippet/9d35840c

Works like a charm, thanks a ton.