Reentrant Call to the SetCurrentCellAddressCore Function

  • Thread starter Thread starter Brandon Campbell
  • Start date Start date
B

Brandon Campbell

Guest
Hi,

I have a read only DataGridView bound to a datasource. Navigating the control works fine 95% of the time, but every now and then I get an unhandled exception that says "Operation is not valid because it results in a reentrant call to the SetCurrentCellAddressCore function" when I hold down the down arrow key.

It seems to me this exception is the result of navigating the DataGridView too fast. How can I handle this exception?

Brandon

Continue reading...
 
Back
Top