I have a hiearchical grid. There is a master table with two detail tables. Data in the master table is based on some values from one of the detail grids. So, when an update is made to the detail table record, I want to refresh the data in the master table. I call the Rebind() method when doing inserts and deletions without any problems. When I update a row and save it, the Rebind() call causes the detail table of the item I am saving to disappear. The detail table is still present in all of the other rows of the master table except this one.