UI for ASP.NET MVC
The Telerik UI for ASP.NET MVC ComboBox control enables filtering and selecting from a list of predefined values, as well as option to values to an existing list. A richer version of the standard HTML select, MVC ComboBox supports local and remote data binding, filtering, item templates, virtualization for performance boosts, and configurable options for controlling the list behavior.
See the Telerik UI for ASP.NET MVC ComboBox in action
The ComboBox UI component provides extensive flexibility when it comes to data binding. You can choose between AJAX, server, local, remote and even custom binding.
To learn more about them and see how it’s done visit the documentation.
The built-in grouping functionality of the ComboBox makes it easier for users to navigate the list and find the items they want to choose quickly. For example, you can group cities by countries or items by categories.
Learn more about all ASP.NET MVC ComboBox Templating options in our documentation
Enable a smoother and more efficient user experience with the UI for ASP.NET MVC ComboBox floating label option. You can save form space by adding a label that floats above the input, ensuring end-users don’t lose context.
Set the AdaptiveMode parameter to AdaptiveMode.Auto to enable a mobile-friendly rendering of the ComboBox suggestion list popup. This mode triggers the picker component to automatically adapt to the current size of the screen and changes its rendering accordingly.
See the Telerik UI for ASP.NET MVC ComboBox Adaptive Rendering Demo
The ComboBox component fires various OnClick and OnSelect events. Some of them include Open, Close, Select, Filtering, Change and more.
Declarative initialization—a feature that serializes the component declaration as an MVVM declarative configuration instead of an inline initialization script— is supported in Telerik UI for ASP.NET MVC ComboBox. It is beneficial in cases when the Content Security Policy (CSP) is enabled as it eliminates the requirement to call the methods that defer the initialization script generated after the component's HTML markup.
See Telerik UI for ASP.NET MVC ComboBox declarative initialization demo
You can style the ASP.NET MVC ComboBox control with one of the built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling to integrate better) and Fluent (based on Microsoft Fluent UI). If you prefer, you can create new themes by using the Progress SASS ThemeBuilder application.