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

Keyboard scrolling + vertical scrollbar issue (Q2 2012)

1 Answer 76 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 1
Alexey asked on 30 Jul 2012, 07:24 PM
Hi,

I have a simple combo box with a number of options (see sample code below). When I expand it (vertical scrollbar appears) and scroll the options via keyboard 'up' and 'down' buttons  I need combo to scroll automatically when the selection gets beyond the visible area (i.e. the currently selected item must always be visible to the user).

I had this desired behaviour with previous versions, but Q2 2012 RadCombobox does not perform automatic scrolls and behaves as it is displayed at the attached screenshot. Is there a solution for that?

Thanks in advance,
Alexey
 
 <telerik:RadComboBox id="Combo1" runat="server" MaxHeight="50">
            <Items>
                <telerik:RadComboBoxItem Value="0" Text="Item0" />
                <telerik:RadComboBoxItem Value="1" Text="Item1" />
                <telerik:RadComboBoxItem Value="2" Text="Item2" />
                <telerik:RadComboBoxItem Value="3" Text="Item3" />
                <telerik:RadComboBoxItem Value="4" Text="Item4" />
                <telerik:RadComboBoxItem Value="5" Text="Item5" />                
            </Items>
</telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 02 Aug 2012, 03:20 PM
Hi Alexey,

I tested your code with Telerik.Web.UI Q2 SP1 ( version 2012.2.724.35) and it works properly on my side - please take a look at this demonstration video.


All the best,
Kalina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Alexey
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or