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
200
Binding to a result of a SummaryColumn
posted

Hello,

How to bind a result of a Summary column with a property of Bussines Object ??

Thanks

  • 69686
    Suggested Answer
    posted

    Hello,

    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.