CellDoubleClick

Hi My custom GDBG raises an event RowDoubleClicked after a cell is doubleclicked (CellDoubleClick). If exceptions are thrown inside CellDoubleClick syncfusion GDBG breaks my code. The grid catches my errors without rethrowing them. Here''s some stack : syncfusion.shared.base.dll!Syncfusion.Diagnostics.TraceUtil.TraceExceptionCatched(System.Exception e = {"Hi, this is an error." }) + 0x52 bytes syncfusion.shared.base.dll!Syncfusion.Windows.Forms.ScrollControl.RaiseCancelMouseEvent(System.Windows.Forms.MouseEventArgs e = {X=12 Y=26 Button=Left}, Syncfusion.Windows.Forms.ScrollControl.CancelMouseDelegate d = {Syncfusion.Windows.Forms.ScrollControl.CancelMouseDelegate}) + 0x69 bytes

1 Reply

AD Administrator Syncfusion Team May 16, 2006 04:14 AM UTC

Hi Krijn, Are you using multiple threads in your applications? If so please check this KB article. http://www.syncfusion.com/Support/article.aspx?id=572 Intermittant errors can be indications of threading issues. Any calls into the grid must be done on the thread that creates it, and you can use grid.InvokeRequired to check for this. Best regards, Haneef

Loader.
Up arrow icon