Search code examples
asp.nettelerikradcombobox

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?


Solution

  • Setting the EnableScreenBoundaryDetection property to false should do the trick.