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

MultiColumnComboBoxColumnBuilder

Methods

Field(System.String)

Defines the field for the column.

Parameters

value - System.String

The value for Field

Title(System.String)

Defines the text of the column title in the header.

Parameters

value - System.String

The value for Title

Template(System.String)

Renders a template for the column.

Parameters

value - System.String

The value for Template

TemplateId(System.String)

Renders a template for the column.

Parameters

templateId - System.String

The ID of the template element for Template

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Renders a template for the column.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

TemplateHandler(System.String)

Renders a template for the column.

Parameters

templateHandler - System.String

The handler that returs the template for Template

Template(Kendo.Mvc.UI.TemplateBuilder)

Renders a template for the column.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

HeaderTemplate(System.String)

Renders a template for the column header.

Parameters

value - System.String

The value for HeaderTemplate

HeaderTemplateId(System.String)

Renders a template for the column header.

Parameters

templateId - System.String

The ID of the template element for HeaderTemplate

HeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

Renders a template for the column header.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for HeaderTemplate

HeaderTemplateHandler(System.String)

Renders a template for the column header.

Parameters

templateHandler - System.String

The handler that returs the template for HeaderTemplate

HeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

Renders a template for the column header.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the headertemplate.

Width(System.String)

The width of the column. Numeric values are treated as pixels.

Parameters

value - System.String

The value for Width

In this article
Not finding the help you need?