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

White Space after filter by contains

1 Answer 146 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 22 Apr 2010, 06:19 PM
We have a number of RADComboBox controls that have a large number of items in them.  So many that in some cases the drop down will drop up.  This usually results in the list going out of the viewable area of the browser (IE7).  Within these lists we allow the user to filter what they want to see on text that contains what they type ('Filter="Contains"').  When they've typed in a couple of characters the drop up list filters, but the matching values are all the way at the top of the drop up area and out of the viewable area of the browser.

Is there a way to have the dropdown portion auto resize on when the filter occurs?  Or possibly have the matching selection be vertically aligned to the bottom so that when the drop up occurs they show just above the control on the page.  For now the user just see a white area that's blank unless they can scroll up without having the drop up area go away (w/ mousewheel).

Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 26 Apr 2010, 03:50 PM
Hi Pat Schmidt,

RadComboBox has "Screen boundary detection" option and the drop-down expands automatically to the opposite direction when necessary to prevent screen boundaries from being crossed.

You can limit the RadComboBox dropdown height you can use the “Height” or “MaxHeight” property and set them to values that you prefer.
Feel free to contact us if the issue persists.

Regards,
Kalina
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
Pat
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or