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
close icon

GridGroupingControl - grid not updating when binding source filter changes

Hello,

I have a GridGroupingControl bound to a DataBindingSource. When I set the filter of the binding source, sometimes the grid does not seem to update. However, the underlying data in the BindingSource does change. I can make the data appear in the grid by scrolling through the binding source. As I scroll through the binding source, the records display correctly. It seems like maybe something in the grid needs to be refreshed to synchronize with the binding source?

Thanks for any help!
-Mike

2 Replies

HA haneefm Syncfusion Team June 28, 2007 11:31 PM UTC

Hi Mikeo,

Before starting your updates(filter changes), try setting grid.Table.TableDirty = true and grid.Table.SummariesDirty = true to see if this will do what you need.

Best regards,
Haneef


MO Michael Offner June 30, 2007 08:51 PM UTC

Hi Hannef,

This fixed my problem.

Thanks!
-Mike

>Hi Mikeo,

Before starting your updates(filter changes), try setting grid.Table.TableDirty = true and grid.Table.SummariesDirty = true to see if this will do what you need.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon