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

EnableMarkMatches="True" only scrolling into view on first matching letter on large data list

1 Answer 93 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 01 Aug 2010, 01:34 PM
Hello,

Consider the following RadListBox:

<telerik:RadListBox ID="listboxAvailableAgents" EnableMarkMatches="true" SelectionMode="Multiple" Height="300" Width="300" runat="server"></telerik:RadListBox>

Assume we are typing "w" on our keyboard, and we get 1 match starting with "wa" and one match starting with "wo". Both showing in the listbox at the same time.
Continuing to type in an "a" gets our match to "wa", as well, typing "o" gets our match to "wo". This works fine.

Now, assume we are typing "wa" on our keyboard and get enough matches to fill the listbox beyond its height, say 100 matches.
Now, clear the mask and type "wo" (assuming we have matches), this does not work as the "wa" to "wn" match range fill up the RadListBox beyond its height.

Is there any way to get around this without resizing the RadListBox to physically match the height of the dataset?

Regards,
Andy Snoeys

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 05 Aug 2010, 02:15 PM
Hi Andy,

Thank you for reporting this problem. I've managed to reproduce it easily.

We've logged this into our issue tracking system and I we'll try to include it in our schedule as soon as possible. Please feel free to vote for it.

As a token of gratitude for your involvement your Telerik points have been updated.

Kind regards,
Tsvetomir Tsonev
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
ListBox
Asked by
Andy
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or