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

TaskBoardColumnSettingsSettingsBuilder

Methods

Buttons(System.Action)

Defines the list of buttons rendered in the column.

Parameters

configurator - System.Action<TaskBoardColumnSettingsSettingsButtonFactory>

The action that configures the buttons.

DataStatusField(System.String)

The field of the data item that provides the status of the column. Mapped with the status of the cards.

Parameters

value - System.String

The value that configures the datastatusfield.

DataTextField(System.String)

The text field of the column.

Parameters

value - System.String

The value that configures the datatextfield.

DataOrderField(System.String)

The field used to order columns (number based). Automatically adds sorting to the columns DataSource instance.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.

Parameters

value - System.String

The value that configures the dataorderfield.

Width(System.String)

Configures the width of the columns

Parameters

value - System.String

The value that configures the width.

Template(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

value - System.String

The value that configures the template.

TemplateId(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

value - System.String

The value that configures the template.

TemplateView(System.Web.Mvc.MvcHtmlString)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the template.

TemplateHandler(System.String)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

value - System.String

The value that configures the template.

Template(Kendo.Mvc.UI.TemplateBuilder)

Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

In this article
Not finding the help you need?