How to Refresh Binding List Data Source automatically when Grid Grouping Control Changes
3 Jan 20201 minute to read
To refresh binding list data source automatically when GridGroupingControl changes, you need to set TableDirty property to ‘__True’ in GridGroupingControl. Doing this invalidates Grid Table to its current changes. Refreshing Data Source takes place only while using the data source as Binding List. The following code sample shows how to refresh Binding List Data Source when GridGroupingControl changes.
this.Grid.Table.TableDirty = ‘_True’_
this.Grid.Table.TableDirty = _‘True’_
Sample: http://www.syncfusion.com/downloads/support/directtrac/118685/GridDeleteTest-1197463268.zip