Hallo,

we are using the Flygrid in Version 1.3.3.0 to create very comfortable datamanagement applications for several purposes.
Now there are some very suspicious actions in the grid we don`t know to handle.

If the user is very fast to input data in different rows the grid causes an exception without a posibility to catch. The last managed method in the grid is the mouse_down event.

To handle the datamanagment we are using a background view. All datamanagement is done with the view. Therefore we must tell the grid to show the correct data. Do do so, we are using the methods
this.Rows.Reset();
this.Rows.RootNode = null;
this.Invalidate();
Every action to handle this methods to be done fully, before the next user action is done, failed.

What can we do to handle this exception.

Thanks in advance for your help.