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?
RadComboBox dropdown below ONLY
Asked Answered
Setting the EnableScreenBoundaryDetection
property to false
should do the trick.
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
Add this property in telerik dropdown
You can change direction dynamically also
ExpandDirection="Up"
© 2022 - 2024 — McMap. All rights reserved.