i have a grid that have a summary i want to get the summary value at run time
how can i do that?
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