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

First entered character ignored with ShowDropDownOnTextboxClick

1 Answer 63 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
John Hadjioannou
Top achievements
Rank 1
John Hadjioannou asked on 13 Jul 2010, 12:14 PM
I have ShowDropDownOnTextboxClick set to False, and as expected when the user sets focus to the text box nothing happens.

When the user types into the text box the first character typed correctly opens up the dropdown showing matching items, but the character does not appear in the text box.  Subsequent characters do appear.  Is this expected behaviour?

John

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 14 Jul 2010, 02:47 PM
Hi John Hadjioannou,

It depends on the way you open the RadComboBox dropdown. I've made a sample project to fit your scenario.

In the OnClientKeyPressing event handler I open the dropdown:

function clientKeyPressing(sender, args) {
            sender.showDropDown();
        }

Find the full code in the attached .zip file.

Greetings,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
John Hadjioannou
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or