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

GridColumnTagHelper

Example

<column>
    <column-editor-template></column-editor-template>
    <columns></columns>
    <column-template></column-template>
    <commands></commands>
    <exportable />
    <filterable />
    <groupable></groupable>
    <sortable />
</column>

ChildTags

Tag Name Details
column-editor-template TemplateTagHelper
columns GridNestedColumnsTagHelper
column-template TemplateTagHelper
commands GridColumnCommandsTagHelper
exportable GridColumnExportableSettingsTagHelper
filterable GridColumnFilterableSettingsTagHelper
groupable GridColumnGroupableSettingsTagHelper
sortable GridColumnSortableSettingsTagHelper

Attributes

Attribute Type Description
column-menu Boolean
columns GridNestedColumnsTagHelper
commands GridColumnCommandsTagHelper
draggable Boolean
editable String
editor String
encoded Boolean
exportable GridColumnExportableSettingsTagHelper
field String
filterable GridColumnFilterableSettingsTagHelper
footer-html-attributes IDictionary<String,Object>
footer-template String
footer-template-handler String
format String
grid GridTagHelper
groupable Boolean
groupable-settings GridColumnGroupableSettingsTagHelper
group-footer-template String
group-footer-template-handler String
group-header-template String
group-header-template-handler String
header-html-attributes IDictionary<String,Object>
header-template String
header-template-handler String
hidden Boolean
hide-on-group Boolean
html-attributes IDictionary<String,Object> The html attributes handler.
html-attributes-handler String The html attributes handler.
lockable Boolean
locked Boolean
media String
menu Boolean
min-resizable-width Int32
min-screen-width Int32
selectable Boolean
sortable GridColumnSortableSettingsTagHelper
stickable Boolean
sticky Boolean
template String
template-handler String
templates IDictionary<String,String>
title String
visible Boolean
width Int32
In this article
Not finding the help you need?