Update a dataset from a datagrid

Gregory

Member
Joined
Mar 4, 2003
Messages
16
Location
France
I have a problem with a datagrid.
The user can edit and add new rows in a bound datagrid. I update the dataset binding to the datagrid when the current cell of the datagrid change.

The problem is if the user change a value in a row without after move to an another rows of the datagrid, the dataset dont detect a change (and the update doesnt work).

The dataset dont detect the changed on a row if we dont navigate on another row of the datagrid !!

Have you the same problem ????? and a solution ?

I hope you understand my bad english.

Thank you
 
Back
Top