New to Telerik UI for ASP.NET Core? Download free 30-day trial
Virtualization
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The MultiColumnComboBox virtualization improves both client and server performance for cases of large amounts of data being processed. When virtualization is configured, new data pages are requested, and the existing DOM elements are reused to render them. These requests happen as the user scrolls through the list of items.
This demo demonstrates how to configure the MultiColumnComboBox to use virtualization by simply creating Read and ValueMapper actions and adding the MultiColumnComboBox to the view.