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
445
Hierarchical view with summaries
posted

Hi,

I have a table in the database which needs to be displayed on the grid. If I need a group by and a summary row feature together on the data, its possible with XamGrid. However when a column is grouped by, it appears as a single row and user would have to expand to view the child rows.

I was wondering if I can have them view in hierarchical instead.
For ex
>   A   Sum(B)   Sum(C)
     A       B1          C1
     A       B2          C2
>   A   Sum(B)   Sum(C)
     A       B1          C1
     A       B2          C2

Is this possible??

 

Parents Reply Children
No Data