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
210
XamDataGrid with Groupby and SummaryResults in code behind
posted

I need a code example of accessing summary results in code behind which got grouped by. Basically I have a XamTabcontrol with two tabs and first one have a Xamdatagrid with grouping and summary results, based upon this values in the code behind for the second tab selectionchanged event I want to access all the summary values and groupby column and values grouped by for the piechart I have it in the second tab. I would really appreciate any code examples for this scenario. Thanks.