AD
Administrator
Syncfusion Team
January 9, 2004 02:53 PM UTC
Syncfusion.Windows.Forms.ExceptionManager that has static members that you can use to control how the grid handles exceptions. For example, to suspend the grid''s error handling, try
Syncfusion.Windows.Forms.ExceptionManager.SuspendCatchExceptions = true;
You can also hook an event (Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched) to get any exception thrown, and handle them yourself.
SG
Sigurdur G. Gunnarsson
January 9, 2004 03:49 PM UTC
Thank you very much :) But this is quite confusing, especially since not all events behave like this.