Hello,
How to bind a result of a Summary column with a property of Bussines Object ??
Thanks
You can see an example of accessing Summary Results in code in the XamFeatureBrowser under XamDataGrid - Row Summaries.
I believe that is what you are looking for. In the SummaryResultChanged event, you can update your business object property as it is in the example.
Hope this helps.