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
295
get summaries value after group by row
posted

hi Mike , i want get summaries value after group by row 

summaries.rar
Parents
  • 469350
    Offline posted


                UltraGridGroupByRow groupByRow = this.ultraGrid1.Rows[0] as UltraGridGroupByRow;
                Debug.WriteLine(groupByRow.Rows.SummaryValues[0].Value);

Reply Children
No Data