Get item on right click in file manager

There is a way to know the id of an item when you right clicked before the menu shows?

Hey @Dalaz, you can achieve this by listening to the onAfterSelect event of the datatable part of the file manager to get the id, it fires just before the context menu appears. I’ve included a small demo with both events firing off and you can compare them yourself as well: https://snippet.webix.com/o72iqhlt
Additionally, if you want to get the items from the tree view as well, you can listen for that too: https://snippet.webix.com/exo8s9ea