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

MultiColumnComboBoxColumnBuilder

Defines the fluent API for configuring MultiColumnComboBoxColumn

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 hendler that returs the template for 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 hendler that returs the template for 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?