Thank you for choosing Telerik RadComboBox!
Telerik WPF ComboBox is not just another dropdown-list control. The control has a number of advanced features like several edit modes, autocomplete, filtering, rich event and programming model, as well as full customization capabilities.
This is a list with short descriptions of the top-of-the-line features of Telerik's RadComboBox control:
- Editable Mode - Telerik WPF ComboBox can be editable, allowing the user to type in its text box, or non-editable, where the text box is hidden. In addition, you could make the text box read-only, in order to keep the editable look, and in the same time to prevent the user from typing. Read more
- Autocomplete - in editable mode Telerik WPF ComboBox can autocomplete the text that the user is typing with the text of the first matching item. In non-editable mode, the first matching item is highlighted while the user is typing. Read more
- Filtering - the user can filter the combobox items in order to easily find what he/she is searching for. Telerik ComboBox for WPF can be configured to filter the items that start with the specified text, or the items that contain the specified text. Read more
- Rich Programming Model - the rich programming model of the ComboBox control allows you to entirely manipulate the control from the code behind. For example you can add/remove or enable/disable items in the ComboBox control. Read more
- Silverlight/WPF Code Compatibility - the WPF ComboBox shares a single codebase with its Silverlight counterpart. This means that you can achieve close to 100% code reuse for your ComboBox logic if you have parallel Silverlight/WPF development.
- Expression Blend support - all RadControls for WPF can be easily customized using Expression Blend.
- Keyboard Support - Telerik WPF ComboBox has full support for keyboard navigation. The RadComboBox supports several keyboard shortcuts for performing the most common task. Read more
- Enhanced Routed Events Framework
- Codeless Test Automation for ComboBox - now you can record, execute and debug functional tests for ComboBox without leaving the familiar Visual Studio environment. Telerik WebUI Test Studio is an advanced click and play web application testing tool specialized for automating both AJAX and Silverlight applications. The Studio ships with special translators for Telerik RadControls for ASP.NET AJAX and Silverlight.
Check out the online demo at:
http://demos.telerik.com/wpf/
See Also