Hi
I've got a datagridview displaying a dataset.
Unfortunately when getting the Dataset (mycontrol.thedataset), the last row typed is missed UNLESS the user has pressed enter to move onto another row.
How do I update the dataset with the changes the user made on the datagridview so that mycontrol.thedataset gets all the data and doesn't miss the last row the user changed if the user hasn't pressed enter to "commit" .
Thanks in advance!
Start Free Trial