Guys, We have an issue. We're using a HierarchicalData as dataProvider and we have a case where in a user can add a child node to a parent node. What we want is as follows: A user selects a parent node in data grid (i.e. that particular row appears selected), and then he adds a new node under this parent. What we do is we modify the dataProvider and rebind it, but this make the data grid 'wipe out' any previous selection and now the data in grid appears in the default state (ie when nothing is selected). How can we preserve the selection state?
Regards, Sandeep

