I have a DataGrid assiciated with a DataSet.
When the user select a row and click on button, a dialog
appear for allow to modify this row.

If I change some information and click on "Accept change" button, I update the dataset and return to the parent form. After the "child form" is closed I update the DataGrid with the new informations.

But after this CurrentRowIndex return always 0.

Anyone have an idea how to solve this problem ?