How to provide the context menu to tree view(only folder tree)?
Requirement details: on right click on selected folder tree i have to add dynamically folder or item.
You can use onBeforeContextMenu event, where based on properties of clicked item you can show context menu or ignore right click.