Datagridview doen't update the dataset pressing enter key
Hi,
I have a simple datagrid to modify a simple table in a database. When I change any file I call a dataadapter to update de database, and it runs successfully when I change the file with the mouse.
When I change the row of the grid pressing the enter key it calls to the event, but I can see in the event the dataset is not updated, so adapter.Update(dataset) doesn't do anythingk.
¿Why is not updated the dataset when I press enter key to change the row ans it is updated when I change the row with the mouse?
Thanks in advance,
|