I have a grand total that looks like this:
blah $1,200.00
bleh $5,250.00
I now need to use group by with summaries... however the summaries are displayed as above. I would like to keep the grand summaries vertical, but I would like to have the group by rows horizontal so that I have something like this:
Description Blah Bleh
Fish 500.00 250.00
sum 500.00 250.00
Animals 700.00 0.00
sum 700.00 0.00
Grand Totals:
So I basically want to mix layouts. Is this possible?
Hello Jeff,
Thank you for contacting Infragistics Support.
In order to position the grand total summary cells vertical, while keep the group by row summary cells horizontal you may use Creation Filter. By help of the Creation Filter you control the position of any UI element as well as add new ones. More about Creation Filter you may find by following the next link http://help.infragistics.com/Help/Doc/WinForms/2014.2/CLR4.0/HTML/Win_Creation_Filter.html
Please find attached a sample solution implementing this approach.
Please let me know if this is what you are looking for or if I am missing something.