Hello,
I have an igTree on a view, which is loaded from a database. I have not set the naviation URL for the node up front, but would like to bind to the "igtreenodeclick" event in javascript, and navigate based on the nodes valueKey.
Is this possible, and how do you do it?
Thanks
Deon
I found the answer - the "igtreenodeclick" event is bound has "ui" as a parameter, and the node's key is accessible using ui.node.data.[your value key name].