Grid Elements that Support Templates
- 2 minutes to read
The ASPxGridView control has a set of templates that specify the layout of its elements. These templates are listed in the table below.
Element | Template Property | Description |
---|---|---|
Data Cell | Grid |
Specifies a template to display data cells. |
Data Row | Grid |
Specifies a template to display data rows. |
Detail Row | Grid |
Specifies a template to display detail rows. |
Edit Form | Grid |
Specifies a template to display an edit form. |
Empty Data Row | Grid |
Specifies a template to display an empty data row. |
Filter Cell | Grid |
Specifies a template to display a filter row cell. |
Filter Row | Grid |
Specifies a template to display a filter row. |
Footer Row | Grid |
Specifies a template to display the footer. |
Footer Cell | Grid |
Specifies a template to display footer cells. |
Group Footer Cell | Grid |
Specifies a template to display a group footer cell. |
Group Footer Row | Grid |
Specifies a template to display a group footer row. |
Group Row | Grid |
Specifies a template to display group rows. |
Group Row Content | Grid |
Specifies a template to display the group row content. |
Column Header | Grid |
Specifies a template to display column headers. |
Column Header Caption | Grid |
Specifies a template to display column header captions. |
Pager | Grid |
Specifies a template to display the pager. |
Preview Row | Grid |
Specifies a template to display preview rows. |
Status Bar | Grid |
Specifies a template to display the status bar. |
Title Panel | Grid |
Specifies a template to display the title panel. |
Columns have their own templates that allow you to customize the layout of elements (headers, cells).
Element | Template Property | Description |
---|---|---|
Column Header | Grid |
Specifies a template to display the column’s header content. |
Column Header Caption | Grid |
Specifies a template to display the column header caption. |
Column Layout Item | Grid |
Gets or sets a template used to display the content of a specific column layout item. |
Data Cell | Grid |
Specifies a template to display the column’s data cells. |
Edit Cell | Grid |
Specifies a template to display the column’s edit cell. |
Filter Row | Grid |
Specifies a template to display the column’s filter row cell. |
Footer Cell | Grid |
Specifies a template to display the column’s footer cell. |
Group Footer | Grid |
Specifies a template to display the column’s group footer cells. |
Group Row | Grid |
Gets or sets a template for displaying group rows. |