How to get the value of a specific row from a treeList

16 Views Asked by At
DataRow dataRow = treeList1.GetDataRow(treeList1.FocusedNode.Id);

The id value exists, but the entire tree data appears in the data row, not a specific row.

I don't know what to modify or add

0

There are 0 best solutions below