- Apple
- Banana
- Carrot
From a cell that's not in edit mode, I'd like to be able to start typing and have the ComboBox behave as if it was already in edit mode, so that autocomplete works immediately. Is that possible?
5 Answers, 1 is accepted
Could you download our latest internal build and test your application with it ?
Do you get the same behavior ?
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
I am attaching the sample project I used for the test. Could you reproduce the behavior on it ?
Here is the one I get on editing the combo box column. Is it the same on your side ?
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
<
Style
TargetType
=
"telerik:RadComboBox"
x:Name
=
"OpenOnFocusStyle"
>
<
Setter
Property
=
"OpenDropDownOnFocus"
Value
=
"True"
/>
</
Style
>
If I add this to the sample project you sent, I can reproduce the behavior I'm seeing in my project. Is there any way to use OpenDropDownOnFocus together with IsComboBoxEditable and TextInput EditTriggers, or is this expected functionality?
I have resolved the issue and the fix will be available in our internal build coming next week. I am attaching the modified project so that you can test the behavior with the binaries from the upcoming build.
Let me know in case you encounter any other problems.
I have also updated your telerik points.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.