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.
fieldStringSpecifies the field of the column.
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. This option expects the name of a JavaScript function that will be called to return the template.
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. This option expects the ID of the script element that contains the template.
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. This option expects the instance containing the created HTML.
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.
templateStringConfigures the templates for the component.
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. This option expects the name of a JavaScript function that will be called to return the template.
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. This option expects the ID of the script element that contains the template.
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. This option expects the instance containing the created HTML.
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