Why is my bound DataGridView throwing an “Operation not valid because it results in a reentrant call to the SetCurrentCellAddressCore function” error?

The exception is raised by the DataGridView in order to prevent an infinite loop from occurring. The cause of this is usually one of the following.

This most likely caused by you attempting to refresh a DataGridView after a save. I suggest you invoke the method rather than just calling it.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions