Contact Sales: +1-888-365-2779

ComboBox

Overview

ComboBox
A better drop-down list control

Features

  • Powerful DataBinding

    Telerik ComboBox for WPF can be bound to any collection, retrieved from a web service, or created in the code behind.

    Top

  • 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, but to prevent the user from typing.

    Top

  • 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.

    Top

  • 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.


    Top

  • Styling and Appearance

    RadComboBox comes with several predefined themes and fully supports customization in Expression Blend. In addition, you can configure the control to apply one, or many different DataTemplates and Styles on its items by implementing a DataTemplateSelector and StyleSelector classes. The control also allows you to specify different template for the selected item and the items in the dropdown.

    Top

  • WPF/Silverlight 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 WPF/Silverlight development.

    Top

  • Keyboard Support

    Telerik WPF ComboBox has full support for keyboard navigation.

    Top

  • VS Plug-in for Testing RadControls

    Telerik's automated software testing tool Test Studio is among the few to deliver rich UI object model that covers the entire range of UI elements in WPF. Easily record tests, customize them in code within Visual Studio or convert them to unit tests. What’s more, Test Studio is the best way to test RadControls for WPF. The powerful test recorder automatically detects the controls and exposes commonly used verifications. Learn more

    Top