Skip to main content

Grid View Templates

The ASPxGridView control has a set of properties and style settings that allow you to define the layout and appearance. Alternatively, you can use templates to customize the control.

A template is a set of HTML elements and Web controls that define the layout for elements within a control (for example, a column header). When the control runs in the ASP.NET Web page, template contents are rendered in place of the default HTML for the control.

cdTemplatesOverview

Concepts

Member Table

Task-Based Help

View Example: Grid View for ASP.NET Web Forms - How to emulate command button functionality