AD
Administrator
Syncfusion Team
November 11, 2005 11:05 AM UTC
Instead of calling Table.CollapseAllRecords, you can just have a variable that tracks the opened record. Then you could just call Collapse on that single record instead of resetting the entire table. Does this make a difference in the problem you are seeing?
AD
Administrator
Syncfusion Team
November 11, 2005 11:07 AM UTC
Another thing you could try is to call
this.gridGroupingControl1.CurrencyManager.EndCurrentEdit();
before you collapse anything to see if that will avoid the problem as well.