New to Telerik UI for ASP.NET Core? Download free 30-day trial

FileManagerViewsGridSettingsColumnTagHelper

Example

<column>
</column>

Attributes

Attribute Type Description
encoded Boolean If set to true the column value will be HTML-encoded before it is displayed. If set to false the column value will be displayed as is. By default the column value is HTML-encoded.
header-template String The template which renders the column header content. By default the value of the title column option is displayed in the column header cell.
header-template-handler String The template which renders the column header content. By default the value of the title column option is displayed in the column header cell.
header-template-id String The template which renders the column header content. By default the value of the title column option is displayed in the column header cell.
header-template-view IHtmlContent The template which renders the column header content. By default the value of the title column option is displayed in the column header cell.
sortable Boolean If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. If set to false sorting will be disabled for this column.
template String If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. If set to false sorting will be disabled for this column.
template-handler String If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. If set to false sorting will be disabled for this column.
template-id String If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. If set to false sorting will be disabled for this column.
template-view IHtmlContent If set to true the user can click the column header and sort the grid by the column field when sorting is enabled. If set to false sorting will be disabled for this column.
title String The text that is displayed in the column header cell. If not set the field is used.
width Double The text that is displayed in the column header cell. If not set the field is used.
In this article
Not finding the help you need?