The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team March 31, 2004 04:42 PM UTC
Figured it out..
Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched
however.. no I can see why the "red exception is drawn occasionally" the real problem is that I am getting and exception like this
e.Exception.Message ="Overflow or underflow in the arithmetic operation."
ADAdministrator Syncfusion Team March 31, 2004 05:08 PM UTC
Are you using multiple threads? If so, make sure all calls into the grid are protected with grid.InvokeRequired checks.
What version are you using?
In your QueryCellInfo handler, are you testing for e.RowIndex > 0 && e.ColIndex > 0 before setting value?