Cell Template
In addition to columns used to display and edit specific data types (Numeric, Text, Boolean, Date, and Image), the GridControl supports a special column type for custom data representation by using templates.
In this demo, a template is created to display ‘Customer’ column cells. This column is specified by the TemplateColumn object added to the GridControl.Columns collection. The TemplateColumn.DisplayTemplate property is used to define a template specifying a custom layout to display data values within column cells.
Related APIs: