Templates
The Bootstrap Grid View provides a templating mechanism allowing you to customize the presentation of various grid elements. A template is a set of HTML elements and web controls that define the layout for a particular element within the control (e.g., a column header). When the control runs in the ASP.NET web page, template contents are rendered in place of the control’s default markup.
Concepts
See Also