Activity for dearjulio

  • dearjulio dearjulio posted a comment on discussion Open Discussion

    Hi Mark I found a solution that works for me. Just set the base.Text to the value you want in the ColumnNode class then you get the row data when using NodeMouseClick. private class ColumnNode: Node { public string NodeControl1=""; // This sould make the DataPropertyName specified in the Node Collection. public string NodeControl2 = ""; public string NodeControl3 = ""; public ColumnNode(string nodeControl1, string nodeControl2, string nodeControl3) { NodeControl1 = nodeControl1; NodeControl2 = nodeControl2;...

1