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!
Are you binding the tree to a data source? This event only applies when the tree is bound.