FileManagerViewsGridSettingsColumnTagHelper

Example

Razor
<column>
    <header-template></header-template>
    <item-template></item-template>
</column>

ChildTags

Tag NameDetails
header-templateTemplateTagHelper
item-templateTemplateTagHelper

Attributes

AttributeTypeDescription
encodedBooleanIf 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.
fieldString
header-templateStringThe 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-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe template which renders the column header content. By default the value of the title column option is displayed in the column header cell.
sortableBooleanIf 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.
templateStringIf 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-handlerStringIf 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-idStringIf 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-viewIHtmlContentIf 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.
titleStringThe text that is displayed in the column header cell. If not set the field is used.
widthDoubleThe text that is displayed in the column header cell. If not set the field is used.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support