Hi, I just upgraded to the latest telerik silverlight toolkit (RadControls_Silverlight5_2013_1_1050). Is this option now available? I noticed that the RadComboBox now automatically chooses whether to open up or down based on the available space. However I don't see any property that can fix this to a particular direction.
As you can see from the PITS issue, so far there is no property that could indicate whether to open the DropDown up or down. Nevertheless there is a workaround that you can try as you can create a custom RadComboBox and overwrite the OnApplyTemplate method in order instruct the Popup to show on the top instead of as normal. Also some more adjustments need to be done on the animation so it would not start to close in a wired way from bottom to top.
The described workaround is shown in the attached project it could be great if you can check it out and let us know if this works for you.