Home › Forums › WinForms controls › Xceed Grid for WinForms › bound and unbound rows › Reply To: bound and unbound rows
I think the header or footer can ONLY show unbound rows.
When you bind a grid to a datasource, the body is filled with bound DataRows, but the header and footer are not changed. So you have to add your unbound rows to the header and/or footer only once, before or after binding the grid.
Imported from legacy forums. Posted by Tommy (had 2994 views)