I have a contextmenu attached to my tree. When I right-click on a tree item the context menu works but the tree.on(‘select’) event fires as well which I don’t want to happen. Can you tell me how to ensure a right-click on a jqxtree item does not fire the select event?
If you use the “Context Menu” demo from our site.
There is used “selectItem” method (it is in mousedown event). You need to delete this to handle this issue.