I have a tree with 1 recursive table and one plain table in it. Now I want to allow user to remove rows from the table. How to find row in dataset corresponding to node, selected by user? The problem is - my Dataset has no uniquie ID for each row so I can't iterate through all dataset to find selected row. Also I can't use node.Remove() because tree is binded to Dataset.
Use the ListObject property of the node.