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

TaskBoardColumnSettingsSettingsTagHelper

Example

<column-settings>
    <buttons></buttons>
    <column-settings-template></column-settings-template>
</column-settings>

ChildTags

Tag Name Details
buttons TaskBoardColumnSettingsSettingsButtonsTagHelper
column-settings-template TemplateTagHelper

Attributes

Attribute Type Description
data-order-field String The field used to order columns (number based). If not set, columns will be rendered in the order they are fetched. And ordering will not be applied to the DataSource and respectively, not synced with the remote data source.
data-status-field String The field of the data item that provides the status of the column. Mapped with the status of the cards.
data-text-field String The text field of the column.
template String Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
template-handler String Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
template-id String Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
templates IDictionary<String,String>
template-view IHtmlContent Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
width String Configures the width of the columns
In this article
Not finding the help you need?