Is it possible to create a Grid using dhtmlxGrid that has subtotal lines inside the grid itself as well as a grandtotal line at the very bottom?? Are there any examples of this type of dhtmlxGrid out there or do I have to this type of thing in HTML???
You can use “math calculation” extension.
dhtmlx.com/docs/products/dht … _math.html
docs.dhtmlx.com/doku.php?id=dhtm … th_in_grid
Thank you for your response. I was looking more for subtotal rows, not totals on the same row. An example would look something like this:
Activity Project Budget Jun '10 Jul '10 Aug '10 Total
F10AXCH9510 UK02 168,149 56,859 16,983 18,472 260,463
UK03 62000 80,480 142,480
Subtotal 230,149 137,339 16,983 18,472 402,943
FGXCB6910 CMB1 168,149 56,859 16,983 18,472 260,463
CMB2 62000 80,480 142,480
Subtotal 230,149 137,339 16,983 18,472 402,943
Similar result can be achieved with math calculations in treeGrid. But sub total row will be placed at the top of group, not at the bottom. Example is available here dhtmlx.com/docs/products/dht … _math.html
Thank you VERY much for your response. This is exactly what I was looking for. Which version of dhtmlxGrid do I need to purchase to get all of this working on my server?