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
1070
Web data tree Node Click event not fired in server side
posted

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

 

 

Parents
No Data
Reply
  • 37874
    posted

    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.

    WDTNodeClick.zip
Children