I've created a custom dataset holding a table Bid_Items (Holding Bid_ID, ITem_ID, Item_Description) populated using a dataadapter and a select statement. I then take this dataset and create 2 views which I then have to bind to different grids. Doing the bind itself seems to be find, but when I go to edit a record, the grid has it's data reset to empty. If I reselect that bid from a pulldown and hit a button that recalcs the datagrids it goes into edit mode in the right place. How do I get the dataview to keep it's data in a scope such that the edit action redoes the databind it has actual data to rebind?