Hi all,
Just thought I'd quickly see if anyone had come across this before, or could point me in the right direction.
I have several DataGridViews on various forms of an application I'm working on. I want to allow the users to update the DGVs and then click an update button to write their changes to the database. This is all fine... except that when they add a new row to a DGV and tab to the next row, the row they've just created disappears. Very annoying if the user want to add more than one line. This happens for all the DGVs in my application.
I've tried replicating it in another application, but it work properly there. I've double checked all the settings against the working app, and they are all the same. What am I doing wrong???!!!???
Thanks,
Jon