New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core MultiColumnComboBox 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 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.