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