Skip to main content
A newer version of this page is available. .

Bands

TableView allows you to organize columns in logical groups (bands) and display them within multi-row headers. A band column is visually represented by a header displayed above headers of the columns it combines.

WPF_GridControl_BandColumn

Concepts

Limitations

  • The Multiple cell selection feature is not supported.
  • You cannot explicitly specify a band’s width. The width of the GridControl‘s bands depends on the width of band columns.
  • If the GridControl’s bands contain child bands, the Cell Merging feature does not work when exporting grid data.