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

GridGroupingControl, Grouping refresh issue with DataRelations

I''ve attached a sample... I''m using version 4.1.0.50 and the GridGroupingControl. I''m having issues with the groupings correctly refreshing when the underlying DataTable is updated from sperate thread (haven''t tried updating on UI thread but not really an option) and the column being grouped on is populated via a DataRelation join with another table. Please check out the sample, simple grid with a ColorId and Colors fields. The Colors field is populated via a seperate Colors table. When you click on the start button new rows are added but it doesn''t group properly.

sample13.zip

1 Reply

AD Administrator Syncfusion Team February 3, 2006 05:46 PM UTC

Hi Shawn, In your worker thread, try calling Table.TableDirty after adding the new rows. This will recategorize all the records in the table. this.gridGroupingControl1.Table.TableDirty = true; Best regards, Jay

Loader.
Live Chat Icon For mobile
Up arrow icon