Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
SQL GroupBy like feature in Winforms UltraGrid
posted

I was wondering if you have any feature/examples for displaying data in the form of SQL Group by Data. I see the Outlook group by feature but that is introducting bands and shows up the child rows. In my case, I was looking something similar where we dont have child rows, except they are either Max,AVG,SUM functions on these child columns. This will result in only one row for each group by column value.

I have gone through most of the examples, even one where we customize the band to show the totals. This has not satisfied my client , as he wanted to replicate the SQL functionality

For Example: The initial data looks like the attachment (Top portion of the image) and once I group by the Supplier and I wish to see the data in the child rows as in the bottom portion of the image.

Any help would be greatly appreciated.

I'm using Infragistics2.Win.v11.1 version 

Parents Reply Children