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
605
summary value
posted

i have a grid that have a summary i want to get the summary value at run time

how can i do that?

  • 469350
    Verified Answer
    Offline posted

    You use the SummaryValues on the rows collection. For a summary at the root level, you would do something like this:

    grid.Rows.SummaryValues["My Summary"].Value