I have a grid that looks like attached image. I want to show summaries but without using groups. Is it possible to do using out of the box settings? How?
If not, how can I add those summary rows dynamically?
please provide some sample code to achieve this
Thanks in advance
Hi,
There's no way to use the grid's built-in summary functionality to do this without grouping.
So you would had to add these summary rows into your data source if you want them to show up in the grid. You could use some hidden field in the row to change the color of the row and perform the summary calculation inside the InitializeRow event of the grid.