Hi,
Can you please provide details on what is the difference between the itemclick and select event in the jqxtree.
The sample I am working on, the event fired for itemclick is not firing. I used the example provided in the demo section, where as the select event works.
I am adding functionality to redirect to a different page when the user clicks on the tree element. This works fine with the select event.
As the user returns to the main page, I like to have the tree element highlighted based on the user’s selection.
When I tried to use the selectItem method, the select event fires automatically.
I am using JQWidgets version 3.5.0
Can you please let me know why the itemclick event is not working with version 3.5.0?
Also Can you please provide a sample to achieve the above scenario.
Thanks
Kannan