Design Page
<ig:WebDataTree ID="webDataTree" runat="server" Width="412px" SelectionType="Single" AutoPostBackFlags-NodeClick="On" OnNodeClick="webDataTree_NodeClick" > <DragDropSettings EnableDragDrop="True"> </DragDropSettings> <DataLoadingTemplate> Loading... </DataLoadingTemplate> </ig:WebDataTree>
Code Page
Protected Sub webDataTree_NodeClick(ByVal sender As Object, ByVal e As Infragistics.Web.UI.NavigationControls.DataTreeNodeClickEventArgs) HandleswebDataTree.NodeClick
WebHtmlEditor1.Visible = True
End Sub
Hi DayanaArul,
I'm just checking if you need any further assistance with the matter.
Hello DayanaArul,
I have tested the described scenario with the code you have provided, but I was not able to reproduce the issue. The NodeClick event is properly fired. Please check the attached sample and see if the issue is present.
If you have any questions, please feel free to contact me.