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. |
header-template-id | String | Renders a template for the column header. |
header-template-view | IHtmlContent | Renders a template for the column header. |
template | String | Renders a template for the column. |
template-handler | String | Renders a template for the column. |
template-id | String | Renders a template for the column. |
template-view | IHtmlContent | Renders a template for the column. |
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. |