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
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)
Hello Rumen and thanks for the response,
I have tried the simpliest of treeviews and I still cannot the nodeclick event to fire. See below:
<ignav:UltraWebTree ID="UltraWebTree1" runat="server" DataSourceID="XmlDataSource1" AutoPostBack="true" onnodeclicked="UltraWebTree1_NodeClicked"> </ignav:UltraWebTree>
protected void UltraWebTree1_NodeClicked(object sender, WebTreeNodeEventArgs e) { Label1.Text = e.Node.Text; }
I have put a breakpoint on the line above and there is no response.
Am I missing something here?
This definitely does not seem right. Can you please contact Developer Support directly, with the project you created (since I am unable to reproduce that with 2008.3 - maybe my setup is different, my XML file is different, etc). Developer Support can be reached via this link:
http://ko.infragistics.com/Support/#Overview