AD
Administrator
Syncfusion Team
February 13, 2007 05:39 PM UTC
Why are you posting GridGroupingControl questions in the Essential Tools forum? You should post them in the Essential Grid forum where other grid users can see them and maybe respond to them. It may allow you to get quicker feedback.
Regarding your DataTable.AcceptChanges question, you should not have to do anything. The GridGroupingControl tries to listen to events on the DataSource and automatically tries respond appropriately. Since Datatable/DataView raises ListChanged events when you edit a record and DataTable.AccepChanges from outside the grid, the grid should know about these changes and have them reflected inside the grid as the events are raised. Are you seeing any problem with this?