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
285
summaries in grid
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

     

Children
No Data