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

Dropdown list does not make list scrollable

1 Answer 107 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Ed Lance
Top achievements
Rank 1
Ed Lance asked on 19 Jun 2013, 11:16 PM
I tried the new DropdownList control, and set it to a list with a hundred items or so in it.  When displayed, the list does not limit the number of items and create a scroll bar, as I expected. Instead it creates the whole list, right off the screen, and there is no way for the user to even get to it.  If you try to scroll down with the browser, it closes the dropdown list.

There is no scenario under which this would be an acceptable user interface, it does not honor the way a normal SELECT tag would display, and therefore in my opinion should NOT be the default behavior for this control.

I see where you have a DropDownHeight property, but that leaves me to figure out a pixel value that corresponds to the amount of items that should be shown.  I'd much rather just have a number of items there and not have to figure out the pixel height of the list items.

If I don't set any property, I would expect the list to default to 20 items, or whatever the browser default amount is, not just make an unscrolled, really long list.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 21 Jun 2013, 06:59 AM
Hello Ed,

We are working on a way to improve the default behavior of the DropDownList when the DropDownHeight is not set. You can keep track of our release history to see when such a feature is released.
 

Regards,
Bozhidar
Telerik
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 the blog feed now.
Tags
DropDownList
Asked by
Ed Lance
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or