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

Refresh grouping

Is there a way to programmatically force grid to refresh grouping? I found dataGrid.Model.View.RefreshFiltering method and I'm wondering if there is an equivalent to redo groups.

 

 

 

 

 


2 Replies

PA Pavel December 5, 2013 12:46 PM UTC

I have a same question


SM Saravanan M Syncfusion Team December 9, 2013 01:09 PM UTC

Hi Pavel,

 

Thanks for contacting Syncfusion supports,

 

You can refresh the group by using below codesnippet.

Codesnippet[C#]:

 

this.SyncGrid.Model.View.TopLevelGroup.CollectionView.Refresh();

 

 

Please let us know if you have any queries,

 

Regards,

Saravanan.M

 


Loader.
Live Chat Icon For mobile
Up arrow icon