[RESOLVED] Cannot update values to multiple rows i dataGridView
Hi,
I am using Visual Studio 2010 RC, but I don't know if this problem is unique for this version of Visual Studio.
I am trying to update two values of the selected rows in a dataGridView. I've set the multiselect property to true and the selection mode property to FullRowSelect. When I select a number of rows in the DGV and click the button that fires the updating event the top most row does not get updated. But the other rows do.
I don't know if this is the best or right way to update values in a DGV and save them back to the database. It certainly is easy, had it only worked...
Bookmarks