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

Type ahead in RadComboBox

8 Answers 313 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 23 Sep 2008, 10:31 PM
I've been successfully using the RadComboBox autocomplete filter (very nice feature).  But...I've broken it or so it appears.   The symptom is it only matches the first character typed so that entering 'Sm' will jump to 'Sa' (or the first 'S' string match) and no further ?.  

<

asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:edwaydbConnectionString %>" SelectCommand="SELECT [lname], lname+','+fname 'lfname', [StudentID] FROM [Registrations] ORDER BY [lname], [fname]"></asp:SqlDataSource>


<CommandItemTemplate>

<telerik:RadComboBox ID="RadComboBox1" runat="server" Height="140px" Width="250px"

DataSourceID="SqlDataSource2" DataTextField="lfname" DataValueField="StudentID"

ToolTip="Select a student" Skin="Vista" AllowCustomText="true" MarkFirstMatch="True"

Font-Size="Small" ShowToggleImage="true">

<CollapseAnimation Type="InSine"></CollapseAnimation>

<ExpandAnimation Type="InOutSine"></ExpandAnimation>

</telerik:RadComboBox>

<asp:Button ID="btnSearch" runat="server" Text="Search" CommandName="Search" />

<asp:Button ID="btnClear" runat="server" Text="Clear" CommandName="Clear" />

</CommandItemTemplate>

8 Answers, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 23 Sep 2008, 11:06 PM
Found it problem, its Chrome browser is not behaving correctly.
0
pev
Top achievements
Rank 1
answered on 07 May 2009, 06:55 PM
Is there a fix for this? I'm experiencing the same problem

lets say i have an item called Category. When i type C it works perfectly, but if I continue to type then the text isn't updated. so lets say i type 'ate' after the C. the text in the combobox will then read Cateategory and will not match category. 
0
Simon
Telerik team
answered on 11 May 2009, 03:34 PM
Hi pev,

I was unable to reproduce the issue with Chrome in our live demo here (which is using the latest official version of Telerik.Web.UI - 2009.1.412

Could specify with which version you are experiencing the issue?

All the best,
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.
0
David Hecker
Top achievements
Rank 1
answered on 19 Oct 2009, 02:28 PM
I can reproduce the problem consistently in the latest CHROME broswer using your demos, specifically http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/autocompleteclientside/defaultcs.aspx.

Typing the first character in CHROME automatically selects the first match, so typing further characters does not allow the control to behave like an autocomplete control.

Can Telerik please verify the issue?
0
Simon
Telerik team
answered on 22 Oct 2009, 04:23 PM
Hi David Hecker,

We are aware of this issue and have it logged in our bug-tracking system. Hopefully we will manage to address it for the Q3 release.

Greetings,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ian Bound
Top achievements
Rank 1
answered on 21 Oct 2010, 03:54 PM
I am seeing the same issue with Telerik.Web.UI 2010.1.519.35 and Chrome 6.0.472.63
0
Ian Bound
Top achievements
Rank 1
answered on 21 Oct 2010, 03:57 PM
And Chrome 7.0.517.41
0
Simon
Telerik team
answered on 25 Oct 2010, 06:13 PM
Hi Ian Bound,

We have resolved this issue in Q2 2010 SP1 (version number 2010.2.826).

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
Tags
ComboBox
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
pev
Top achievements
Rank 1
Simon
Telerik team
David Hecker
Top achievements
Rank 1
Ian Bound
Top achievements
Rank 1
Share this question
or