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

Using the Keypad to select value ('9') when markfirstmatch is 'true'

1 Answer 21 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Saeed
Top achievements
Rank 1
Saeed asked on 08 May 2013, 06:38 AM
Hello,
Consider a page with the following Combobox inside.
when 'markfirstmatch' is set to 'true' and I try to select the value '9' using the keypad,
It ignores my selection the first time..if I try again, it does select the correct item.
It works fine with any other number from the keypad,
it works fine with '9' from the numbers row,
and it also works fine when 'markfirstmatch' is set to 'false'.
What am I doing wrong?
<telerik:RadComboBox markfirstmatch="true" runat="server" id="CB_FOO" allowcustomtext="false">
<Items>
<telerik:RadComboBoxItem Value="-10" Text="-10" />
<telerik:RadComboBoxItem Value="-9" Text="-9" />
<telerik:RadComboBoxItem Value="-8" Text="-8" />
<telerik:RadComboBoxItem Value="-7" Text="-7" />
<telerik:RadComboBoxItem Value="-6" Text="-6" />
<telerik:RadComboBoxItem Value="-5" Text="-5" />
<telerik:RadComboBoxItem Value="-4" Text="-4" />
<telerik:RadComboBoxItem Value="-3" Text="-3" />
<telerik:RadComboBoxItem Value="-2" Text="-2" />
<telerik:RadComboBoxItem Value="-1" Text="-1" />
<telerik:RadComboBoxItem Value="0" Text="0" />
<telerik:RadComboBoxItem Value="1" Text="1" />
<telerik:RadComboBoxItem Value="2" Text="2" />
<telerik:RadComboBoxItem Value="3" Text="3" />
<telerik:RadComboBoxItem Value="4" Text="4" />
<telerik:RadComboBoxItem Value="5" Text="5" />
<telerik:RadComboBoxItem Value="6" Text="6" />
<telerik:RadComboBoxItem Value="7" Text="7" />
<telerik:RadComboBoxItem Value="8" Text="8" />
<telerik:RadComboBoxItem Value="9" Text="9" />
<telerik:RadComboBoxItem Value="10" Text="10" />
</Items>
</telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 13 May 2013, 01:02 PM
Hello Gil,

I am afraid, that I was unable to replicate the described problematic behavior. Here is a video, demonstrating the behavior at my end. Would you specify which version of our controls do you use and under which browser you had encountered the problem?

Kind regards,
Nencho
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ComboBox
Asked by
Saeed
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or