hi Mike , i want get multi summary value from ultragrid (after group by multi column )
thanks advance !
Hi,
It's tough to help you with this without knowing which summary value you want, what assumptions you can make, and what criteria you are using.
Are you trying to loop through the grid and get each of these summary values?
Are you looking at the summary under the active row?
Are you assuming that there are always two levels of grouping?
The SummaryValues collection is on the Rows collection. So you need to get the GroupByRow you want, access it's child rows, and then get the SummaryValues from there.