I’m also a bit green with grids :o) but this works for me.
Dim MyFooter As Xceed.Grid.DataRow = GCmain.DataRows.AddNew
MyFooter.Cells(0).Value = “5.00”
MyFooter.Cells(1).Value = “10.00”
MyFooter.Cells(2).Value = “12.11”
GCmain.FooterRows.Add(MyFooter)
Hope this helps….
Paul
Imported from legacy forums. Posted by Kevin (had 236 views)