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.
Up arrow icon