New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core DropDownTree Client Filtering
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET Core DropDownTree comes with a built-in filtering functionality that helps the user to filter the items of the component by their text value. The filtering is disabled by default, and you can enable it by setting the Filter(FilterType.Contains)
option. In addition to the Contains
filter operator, the DropDownTree also supports StartsWith
and EndsWith
operators.
This example demonstrates how to implement the filtering functionality of the DropDownTree.