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

GridFilterableSettingsTagHelper

Example

<filterable>
    <messages />
    <operators></operators>
</filterable>

ChildTags

Tag Name Details
messages GridFilterableMessagesSettingsTagHelper
operators GridFilterableOperatorsSettingsTagHelper

Attributes

Attribute Type Description
enabled Boolean
extra Boolean If set to true the filter menu allows the user to input a second criterion.
messages GridFilterableMessagesSettingsTagHelper
mode String If set to row the user would be able to filter via extra row added below the headers. By default filtering is using the menu mode.Can also be set to the following string values: "row" - the user can filter via extra row within the header.; "menu" - the user can filter via the menu after clicking the filter icon. or "menu, row" - the user can filter with both modes above enabled..
operators GridFilterableOperatorsSettingsTagHelper
In this article
Not finding the help you need?