GridGroupingControl: Order the summary rows by the aggregated values

Hi, I have a GridGroupingControl and I am trying to find a way to sort the summary rows by the aggregate values. For example, for this dataset below Col1 Col2 =============== A 3 A 9 A 8 B 1 B 2 C 100 C 23 GridGroupControl Summary Rows: Col1 Sum(Col2) =============== A 20 B 3 C 123 Now I would like to sort the summary rows by the sum of the Col2: Col1 Sum(Col2) =============== B 3 A 20 C 123 Is there a way to achieve this in GridGroupingControl ? Thanks, Jason

2 Replies

AD Administrator Syncfusion Team March 23, 2005 05:42 PM UTC

This is a feature we added for the upcoming release. There is also a SortGroupBySummary example. With the existing version this is not possible.. Stefan >Hi, > >I have a GridGroupingControl and I am trying to find a way >to sort the summary rows by the aggregate values. > >For example, for this dataset below > >Col1 Col2 >=============== >A 3 >A 9 >A 8 >B 1 >B 2 >C 100 >C 23 > >GridGroupControl Summary Rows: > >Col1 Sum(Col2) >=============== >A 20 >B 3 >C 123 > > >Now I would like to sort the summary rows by the sum of the Col2: > >Col1 Sum(Col2) >=============== >B 3 >A 20 >C 123 > >Is there a way to achieve this in GridGroupingControl ? > >Thanks, > >Jason


JA JasonL March 23, 2005 06:01 PM UTC

Hi Stefan, Thanks for your quick reply. Is there a rough release schedule for the new version? Thanks a lot, Jason

Loader.
Up arrow icon