New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core AutoComplete Server 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 AutoComplete The AutoComplete component allows you to set which fields will be used to filter its data. The server filtering functionality will improve the client and server performance in cases of large data. It works with an array of strings and is configured using .ServerFiltering(true).
This demo shows an AutoComplete configured for server filtering. You can examine the logic in the ServerFiltering_GetProducts action, to see how the user input is accessed on the server and used to filter the data.