Blazor ComboBox Example - UI Virtualization
This example demonstrates virtualization support in ComboBox for optimized performance with large datasets.
Virtualization features:
- Component has 150 items bound to it
- Only few items load based on popup height initially
- Remaining items load on scrolling
- Enable via EnableVirtualization property set to
true - Improves UI performance for large data
- Works with both local and remote data