MultiColumnComboBoxColumnTagHelper
Example
Razor
<column>
<column-header-template></column-header-template>
<column-template></column-template>
</column>
ChildTags
Tag Name | Details |
---|---|
column-header-template | TemplateTagHelper |
column-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
field | String | Defines the field for the column. |
header-template | String | Renders a template for the column header. |
header-template-handler | String | Renders a template for the column header. This option expects the name of a JavaScript function that will be called to return the template. |
header-template-id | String | Renders a template for the column header. This option expects the ID of the script element that contains the template. |
header-template-view | IHtmlContent | Renders a template for the column header. This option expects the instance containing the created HTML. |
template | String | Configures the templates for the component. |
template-handler | String | Renders a template for the column. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | Renders a template for the column. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | Renders a template for the column. This option expects the instance containing the created HTML. |
title | String | Defines the text of the column title in the header. |
width | String | The width of the column. Numeric values are treated as pixels. |