New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core DropDownList Virtualization
- 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 virtualization feature is useful for performance optimization when handling a large amount of data. To enable it you need to configure the .Virtual property, create Read and ValueMapper actions and set the desired number of items to be rendered. When using virtualization the Telerik UI for ASP.NET Core DropDownList displays a fixed number of items from a large data set and when scrolled it loads and renders to the user the next batch of items ensuring smooth and fast performance.
This Telerik UI for ASP.NET Core demo shows you how to setup and use the virtualization feature of the component.