Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RadComboBox dropdown below ONLY

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?

like image 343
Brian David Berman Avatar asked Oct 09 '09 14:10

Brian David Berman


2 Answers

Setting the EnableScreenBoundaryDetection property to false should do the trick.

like image 79
Atanas Korchev Avatar answered Sep 27 '22 21:09

Atanas Korchev


Add this property in telerik dropdown

You can change direction dynamically also

ExpandDirection="Up" 
like image 44
Guru Avatar answered Sep 27 '22 23:09

Guru