Question

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?

Was it helpful?

Solution

Setting the EnableScreenBoundaryDetection property to false should do the trick.

OTHER TIPS

Add this property in telerik dropdown

You can change direction dynamically also

ExpandDirection="Up" 
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top