I have a DataGridView that allows users to enter new information. Using subsonic I Save the new info to the database. And this works correctly. My problem is that after the Save is done the newly added row disappears from the grid. I tried to Reload the form, but I get the following error:
Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function.
I don't think the issue is subsonic related. Does anyone know why the newly added row disappears?
Thanks