Activity for Mark Fleet

  • Mark Fleet Mark Fleet posted a comment on discussion Open Discussion

    Hi, I am trying to get the value of a clicked node. I am using the NodeMouseClick event but e.Node and e.Node.Tag are always empty regardless of what Node I click. Below is an example of how I am populating the control: String col1 = "All Parent"; String col2 = "Parent"; String col3 = "All"; TreeModel mmodel = new TreeModel(); treeViewAdv1.UseColumns = true; TreeColumn nodeControl11 = new TreeColumn("Text", 100); TreeColumn nodeControl21 = new TreeColumn("Text", 200); TreeColumn nodeControl31 = new...

1