GridColumnFilterableSettingsTagHelper
Example
Razor
<filterable>
<cell></cell>
<datasource></datasource>
<messages />
<operators></operators>
</filterable>
ChildTags
| Tag Name | Details |
|---|---|
| cell | GridColumnFilterableCellSettings |
| datasource | GridColumnFilterDataSourceTagHelper |
| messages | GridFilterableMessagesSettingsTagHelper |
| operators | GridFilterableOperatorsSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| check-all | Boolean | Controls whether to show or not the checkAll checkbox before the other checkboxes when using checkbox filtering. |
| enabled | Boolean | If set to true, a filter menu will be displayed for this column when filtering is enabled. |
| extra | Boolean | If set to true the filter menu of the column allows the user to input a second criterion. |
| filter-ui | String | The role data attribute of the widget used in the filter menu. |
| filter-ui-handler | String | A JavaScript function which initializes the widget that will be used in the filter menu. |
| ignore-case | Boolean | Toggles between case-insensitive (default) and case-sensitive searching. |
| item-template | String | Allows customization on the logic that renders the checkboxes when using checkbox filtering. |
| multi | Boolean | Use this option to enable the MultiCheck filtering support for that column. |
| search | Boolean | Controls whether to show a search box when checkbox filtering is enabled. |