Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1075
Find a row corresponding to selected node
posted

 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.