We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SuspendBinding

Does the GroupingGrid have an equivalent to the GridDataBoundGrid''s Suspend/ResumeBinding calls? Just wondering what I should be doing prior to changing the underlying datasource. Thanks, Sean

4 Replies

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...;)

Loader.
Live Chat Icon For mobile
Up arrow icon