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

RadComboBox Mark First Match & Spaces

9 Answers 270 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 24 Jun 2010, 03:28 PM
Was wondering if there was something i hadn't implemented properly perhaps.

I've got a radcombobox populated with countries. I have markfirstmatch set to true, and allowcustomtext set to false, and i want them to chose an item in the list.

This works fine, however, its not as efficient as perhaps i would like it to be. For example, United Arab Emirates, United States , and United Kingdom. I start typing United, but after that it jumps straight to the first one(united arab emirates) in the list with united, and then won't allow me to add a space and continue typing. I'd like to be able to type in the full country if i desire.

9 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 28 Jun 2010, 12:38 PM
Hello Alan T,

This is an issue we found recently and will fix in the upcoming weeks. You can track the status of the issue here.

All the best,
Simon
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
0
Alan T
Top achievements
Rank 1
answered on 29 Jun 2010, 09:33 AM
Thanks Simon
0
Sam
Top achievements
Rank 1
answered on 16 Dec 2010, 07:32 AM
Hi Simon,

I have the same problem. Do I install Silverlight?
0
Alan T
Top achievements
Rank 1
answered on 17 Dec 2010, 02:24 PM
The issue is resolved in the later releases of the telerik controls.
0
Santhosh
Top achievements
Rank 1
answered on 17 Apr 2014, 11:40 AM
HI,

I am not able to enter space in radcombobox I Used markfirstmatch to true and allowcustomtext to false.


Thanks,
Santhosh
0
Princy
Top achievements
Rank 2
answered on 17 Apr 2014, 12:06 PM
Hi Santhosh,

When the user types in the input area, RadComboBox automatically completes the string to the first matching item in the list. In your scenario you are not allowing custom text so that if the RadComboBox doesn't have any item with space it will not allow to enter space, this is the expected behavior of the control.

Thanks,
Princy.
0
Santhosh
Top achievements
Rank 1
answered on 17 Apr 2014, 12:24 PM
Hi Princy,

                Thanks for your response I have space in between text but when i am tying space is not accepting i am attaching                                    screenshots.

Thanks,
Santhosh
0
Princy
Top achievements
Rank 2
answered on 21 Apr 2014, 04:21 AM
Hi Santhosh,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end. Please provide your code if it doesn't help.

ASPX:
<telerik:RadComboBox ID="RadComboBox1" runat="server" EmptyMessage="selectItem" MarkFirstMatch="true">
    <Items>
        <telerik:RadComboBoxItem Text="Item with space" />
        <telerik:RadComboBoxItem Text="Itemwithoutspace" />
    </Items>
</telerik:RadComboBox>

Thanks,
Princy.
0
Plamen
Telerik team
answered on 21 Apr 2014, 06:00 AM
Hi Santhosh,

The issue is caused by the fact that you are using MarkFirstMatch together with Checkboxes but unfortunately this is not a supported scenario by the control as it is described in this help topic.

Hope this will explain the issue.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Alan T
Top achievements
Rank 1
Answers by
Simon
Telerik team
Alan T
Top achievements
Rank 1
Sam
Top achievements
Rank 1
Santhosh
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Plamen
Telerik team
Share this question
or