Hello folks!
Is it possible to place a subtotal in an webgrid or ultrawebgrid like the following sample?...
number name price article
----------------------------------------------------
1 text 102,22 x
2 text2 200,33 x
sum (x) 302,55
3 text3 10,00 y
4 text4 30,00 y
sum (y) 40,00
and so on...
Thanks!
Hi Alex,
you can use the Hierachical Grid (WebGrid). In the first selection you can insert the sum and in the second level you can put in the details of the amount.To recall the past I used two separatly select Statements to build the webgrid.Sorry, i don`t have any other examples at the moment.
Best regards,Thorsten
Hi Thorsten,
Can you please tell me what formula did you use?
Thanks,
Alex
I looked at that code, but I can't get the way you grouped by one column to add a partial sub below it.
Hello Alex,
I have worked with the samples on http://samples.infragistics.com/2008.1/webfeaturebrowser/
You get the code in the category grid.
I hope I could help you!
Best regards,
Thorsten
Hello Format_C_entaury,
Can you please show some sample code of how you used the UltraWebCalcManager for adding subtotals in the WebGrid?
Thanks in advance,