New to Telerik UI for Blazor? Download Free 30-day trial
AutoComplete - Virtualization
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
- Virtualization.razor
- UrbanAreaService.cs
- UrbanAreaDto.cs
Loading the demo source code...please wait.
Description
The Telerik Blazor AutoComplete provides support for UI virtualization to significantly improve the performance for large data sets. To enable it, set the ScrollMode
, PopupHeight
, ItemHeight
and PageSize
.
You can also use filtering with virtualization, and you can fetch the data on demand through a remote service, so you don't have to load all the available records at once, you can only request those the user scrolls or filters to.