AD
Administrator
Syncfusion Team
December 3, 2003 12:13 PM UTC
This is likely being caused by code in a ListChanged event handler, and should be fixed in the next beta release.
If you have the source code, I think commenting out these lines and building new libraries will fix things. (If you use the Assembly Manager to force a rebuild on the Debug libraries, it will build everything you need and set things up to use these new debug libraries in your projects.)
In Essential Suite\Grid\Src\Extensions\DataBound\GridModelDataBinder.cs(3615):
case ListChangedType.Reset:
this.ResetRecordState();
//this.ResetHierarchyLevels();
//this.MetaDataChanged();
break;