AD
Administrator
Syncfusion Team
April 20, 2004 03:41 AM UTC
Hi Sean,
There is no SuspendBinding.
But you can just set the following two properties:
groupingGrid.Table.TableDirty = true;
groupingGrid.Table.SummariesDirty = true;
TableDirty = true indicates to the engine that it needs to recategorize elements and refresh counters and summaries the next time it is painted or the the next you want to access a record or summary information.
In the bindingList_ListChanged event handler the engine checks for the TableDirty flag. If it is set to true the ListChanged event will be ignored.
Stefan
AD
Administrator
Syncfusion Team
April 20, 2004 10:38 AM UTC
it works fine, thanks. i was wondering if you guys have tested with the new .net framework sp2. will everything work?
tia
AD
Administrator
Syncfusion Team
April 20, 2004 10:39 AM UTC
posted in wrong place pls delete
SG
Sean Greer
April 20, 2004 11:56 AM UTC
Thanks Stefan.
BTW, the 2.0 Suite looks great. You guys have done a incredible job in a short amount of time. Now we just need a little bit more documentation...;)