GridFilterableMessagesSettingsTagHelper
Example
Razor
<messages/>
Attributes
Attribute | Type | Description |
---|---|---|
additional-operator | String | The text displayed in the tooltip of the additional operator item in filter menu. |
additional-value | String | The text displayed in the tooltip of the additional value item in filter menu. |
and | String | The text of the option which represents the "and" logical operation. |
button-title | String | The title of the button that displays the FilterMenu. |
check-all | String | The label used for the check-all checkbox. |
clear | String | The text of the button which clears the filter. |
filter | String | The text of the button which applies the filter. |
info | String | The text of the information message on the top of the filter menu. |
is-false | String | The text of the radio button for false values. Displayed when filtering Boolean fields. |
is-true | String | The text of the radio button for true values. Displayed when filtering Boolean fields. |
logic | String | The text displayed in the tooltip of the logic item in filter menu. |
operator | String | The text displayed in the tooltip of the operator item in filter menu. |
or | String | The text of the option which represents the "or" logical operation. |
search | String | The placeholder of the search input for columns with the search option set to true. |
selected-items-format | String | The format string for selected items count in filter menu when search option set to true. |
select-value | String | The text of the DropDownList displayed in the filter menu for columns whose values option is set. |
title | String | The text rendered for the title attribute of the filter menu form. |
value | String | The text displayed in the tooltip of the value item in filter menu. |