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
298
How to Handle CustomSummaries result even in paging.
posted

Hello, I was able to handle custom summary base from this infragistics article, But base from this code

The foreach code will only iterate in the presents rows in a page only. 

What I want is to summed up all rows from the whole return datasource. This code is wrong right 

foreach(var gr in WebHierarchicalDataGrid1.Rows)

I'm looking for a code that will dig all results from a datasource. so I can show the summed up values from page to page.

Note : Non Custom Summaries summed all results from result, even from page to page.

I hope I can implement the same functionality in CustomSummary.

Please take a look this undesired results and notice how the non custom summary value retain the sum even in paging.

Thank you and best regards,

Sherwin

 

Parents Reply Children
No Data