RadComboBox dropdown below ONLY
Asked Answered
C

2

6

Is there a way to force the dropdown of a RadComboBox to ONLY appear below and never above regardless of what the control feels would be the most visible?

Clarence answered 9/10, 2009 at 14:35 Comment(0)
E
9

Setting the EnableScreenBoundaryDetection property to false should do the trick.

Eighteenmo answered 16/10, 2009 at 13:30 Comment(3)
Love it! so simple - why is it not in their documentation??Kerin
Thank you. Been bugging me for a while, even with ExpandDirection="Down" set.Nullity
Thanks! I also don't understand why it's not in the documentation: telerik.com/help/… There also appear to be some strange issues when the dropdown opens upwards. For instance, it will expand past the top of the page if the list contains enough checkboxes. If it expands downwards, the dropdown will become scrollable.Kisangani
T
1

Add this property in telerik dropdown

You can change direction dynamically also

ExpandDirection="Up" 
Thetic answered 11/12, 2012 at 9:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.