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
1110
Sorting summary data
posted

I have  a xamdatagrid with following colums

Col1.  (String type)

Col2    (double type)

Add col1 to groupby and col2 has sum aggregation.

When I do sorting on col1, it should sort on col1 data. But when I sort on col2, first it should sort on summary (sum values of col2) and then col2 actual values and it should not sort on group by column (col1) values.

1. Could some post sample code to achieve this.

2. How can I remove "(.. Item)" text from group by cell value

3. How to get group by text and summary value into one row and able to resize summary value cell when col2 is resized?

 

Thanks in advance.

Parents Reply Children
No Data