hi Mike , i want get summaries value after group by row
UltraGridGroupByRow groupByRow = this.ultraGrid1.Rows[0] as UltraGridGroupByRow; Debug.WriteLine(groupByRow.Rows.SummaryValues[0].Value);
tks very much , i resolved it !