This is a migrated thread and some comments may be shown as answers.

WPF RadComboBoxWithCheckBox IsEditable

1 Answer 211 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 20 Jul 2016, 06:39 PM
Hello,

I have a RadComboBox with Style="{DynamicResource RadComboBoxWithCheckBox} . However when i enable the property IsEditable="True" the checkbox disappears.

Can I have the checkbox still show on the dropdown with IsEditable on? I've attached a screenshot with IsEditable set to false and true.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 22 Jul 2016, 06:53 AM
Hello Michael,

When the ComboBox is editable, a TextBox is placed inside the input area and the ComboBoxItems template or the SelectionBoxTemplate is not applied.

In order to modify the TextBox, you could use the TextBoxStyle property as described in the following topic:
http://docs.telerik.com/devtools/wpf/controls/radcombobox/features/textboxstyle

You could also take a look at the following blog post regarding TextBox customizations:
http://www.telerik.com/blogs/how-to-display-more-than-one-property-in-editable-telerik-combobox-for-wpf-silverlight

Regards,
Yana
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
ComboBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or