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

Keyboard scrolling through combo options

1 Answer 52 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 04 Mar 2009, 01:29 PM
Hi,

I have a combo box that has a number of options in them, some with just a single word some with multiple words separated with spaces.  the combobox also has a AutoCompleteSeparator set of "; ".  The problem occurs when I scroll through the options in the drop down using my keyboard.  As an option is highlighted it is shown in the selection box, fine, as I move down to an option with multiple words all the words are shown in the selection box, but as i move to the next option only the last word of the previous option is over written in the selection box.


Any ideas?

Cheers,

Jeff

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 10 Mar 2009, 10:51 AM
Hi Jeff,

Thank you for providing the video - it clearly illustrates the issue you are experiencing.

I tried reproducing it with the following ComboBox definition (ant the latest internal build) and everything worked normally:

<telerik:RadComboBox ID="RadComboBox1" runat="server" AllowCustomText="true" AutoCompleteSeparator=";"
    <Items> 
        <telerik:RadComboBoxItem runat="server" Text="item" Value="RadComboBoxItem1" /> 
        <telerik:RadComboBoxItem runat="server" Text="second item" Value="RadComboBoxItem2" /> 
        <telerik:RadComboBoxItem runat="server" Text="third item" Value="RadComboBoxItem3" /> 
        <telerik:RadComboBoxItem runat="server" Text="item four" Value="RadComboBoxItem4" /> 
        <telerik:RadComboBoxItem runat="server" Text="five" Value="RadComboBoxItem5" /> 
        <telerik:RadComboBoxItem runat="server" Text="six" Value="RadComboBoxItem6" /> 
    </Items> 
</telerik:RadComboBox> 

Am I missing something in the definition which causes the issue?

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Jeff
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or