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

RadListBox - typeahead is not working in Chrome

2 Answers 139 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
vishnu
Top achievements
Rank 1
vishnu asked on 28 Jan 2021, 10:56 AM

Team,

I have a RadListBox that binds a list of all folder names. I have a problem with the  type-ahead functionality which is not working for the Folder listboxes. For example, if I type "T8", I expect to be taken to the first record beginning with "T8". Instead, when I type "T8" in a listbox, I'm taken to the first record starting with T and then the first record starting with an 8.

Typing the first digit of folder jumps to that particular folder in IE, but this is not working in google chrome.Below are the list of the folder names from the listbox , and my listbox code is here . Please help me achieve this. Thanks in advance. 

<telerik:RadListBox RenderMode="Lightweight" runat="server" SelectionMode="Multiple" ID="lstFolders" Height="200px" Width="200px"
            AllowTransfer="true" TransferToID="lstFoldersDestination"  ButtonSettings-AreaWidth="35px">
</telerik:RadListBox>
<telerik:RadListBox RenderMode="Lightweight" runat="server" ID="lstFoldersDestination" SelectionMode="Multiple" Height="200px" Width="160px"
               ButtonSettings-AreaWidth="35px">
</telerik:RadListBox>

FolderList

ACN004Q
ACN004R

ACN005Q
T8MSTMTSAESP
T8MSTMTSAESPXMLX
T8STMTSAESP
6010P0010E
6010T0010CP5

 


2 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 02 Feb 2021, 10:54 AM

Hello Vishnu,

Please try enabling the EnableMarkMatches property  by setting its value to true:

Regards,
Peter Milchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
vishnu
Top achievements
Rank 1
answered on 02 Feb 2021, 10:59 AM
Thank you. This is working for me.
Tags
ListBox
Asked by
vishnu
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
vishnu
Top achievements
Rank 1
Share this question
or