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
200
Please help: How to acheive the following format in ultragrid
posted

I have to prepare a report with the following format.

Can someone please tell me how to achieve this.

 Data needs to be grouped by column 0 and then column 1

Display subtotal when grouped by column 1 and then display a grand total of all the subtotals

I can get the following format when I u outlook group by, but I want the group by fields to appear in the wingrid. Also I do not want the outlook area to appear above the wingrid.

Can someone please help.

  • 469350
    Offline posted

     Hi,

    I'm not sure I understand your question. Which part of this are you having trouble with. 

    There is no way to group the data in the grid without using OutlookGroupBy and than means that you will see the GroupByRows. If you don't want  the grouped columns to be hidden then you can set the HiddenWhenGroupBy property on the column to false.