Possible bug in Syncfusion.Windows.Forms.Grid.Grouping.GridTableControl.Dispose

This is in version 2.0.5.1 if (parentForm != null) { parentForm.Closed += new EventHandler(parentForm_Closed); parentForm = null; } Probably should be: parentForm.Closed -= new EventHandler (parentForm_Closed);

1 Reply

AD Administrator Syncfusion Team October 4, 2004 05:32 PM UTC

Thanks for the heads up. This has been corrected in the 2.1.0.9 release.

Loader.
Up arrow icon