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
1120
InitializeDataNode() is not called?
posted

I set a breakpoint at 1st line of the method, but it never got called, Any Idea? 

private void ultraTree1_InitializeDataNode(object sender, Infragistics.Win.UltraWinTree.InitializeDataNodeEventArgs e)
{
    if (....)

 }

 Thanks!

 

  • 469350
    Offline posted

    Are you binding the tree to a data source? This event only applies when the tree is bound.