Reputation: 7674
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?
Upvotes: 6
Views: 3476
Reputation: 11
Add this property in telerik dropdown
You can change direction dynamically also
ExpandDirection="Up"
Upvotes: 1
Reputation: 30661
Setting the EnableScreenBoundaryDetection
property to false
should do the trick.
Upvotes: 9