Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
NodeClicked Event Not Firing
posted

Hello All,

I have seen a fair few posts detailing the same problem that I am experiencing, in the sense that the NodeClicked event in the WebTree is not firing.  I cannot however see any that has come up with a solution, or any that has suggested a reason for it.

Can anyone shed any light on the matter?

Many Thanks

  • 28464
    posted

    Hello,

    For NodecClick to fire, you also need to set the AutoPostBack property of the treeview to True. If this still does not fire the event, could you please send your ASPX setup and any relevant code-behind (mainly treeview property settings) so we can recreate the same treeview locally and see what is wrong.

    (e.g. if you are handling NodeChanged / NodeSelectectionChanged - this could also prevent NodeClick from firing - you need to choose of these events to work with, you cannot work with all)