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

Which is more performant, ggc.DataSource = new GroupingSortList(DataTable) or ggc.DataSource = DataTable

I have seen two ways of binding the ggc in which Perf examples. Which is more performant?

1 Reply

AD Administrator Syncfusion Team December 7, 2006 12:26 PM UTC

Hi James,

GroupingSortList wraps a DataView with a IBindingList and implements the IGroupingList interface and its Sort method. This allows performing the sort on the dataview directly instead of letting the grouping engine perform the sorting for improving the performance.

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon