Home › Forums › WinForms controls › Xceed Grid for WinForms › Summary Row › Reply To: Summary Row
Great, thanks that did it.
Question on the summary row… I have this in there now
Dim mysummaryrow As SummaryRow = New SummaryRow
mysummaryrow.TextFormat = “Total Coils: %SUM:coils%”
grpProd_Date.FooterRows.Add(mysummaryrow)
grpProd_Date.FooterRows.Item(0).VisibleWhenCollapsed = True
and thats exactly what shows up “Total Coils: %SUM:coils%”
I was thinking the “coils” would have been the column I wanted to sum up? How do I get the value from that column in that group?
Imported from legacy forums. Posted by Brian (had 522 views)