Below is a screen capture of what's happening:
Basically I have 10 combo boxes on a rad window. When I click on the bottom two Rad Combo Boxes(Audio Format), they expand down and cause the Rad Window to create horizontal and vertical scroll bars. If I click the same Rad Combo Boxes(Audio Format) again they expand up(which is the desired result). The Rad Combo Boxes(Aspect Ratio) right above the Audio Format combo's expand up when I click on them the first time. This just started happening with the last release of the Ajax controls. I didn't notice this in the August release.
Below are my Rad Window Manager Settings and my Rad Combo Box settings:
| <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Animation="None" |
| VisibleStatusbar="false" ReloadOnShow="false" ShowContentDuringLoad="true" |
| PreserveClientState="false" OnClientClose="popWindow_Close" ClientCallBackFunction="popWindow_CallBackFunction" |
| Behaviors="Close,Move" Modal="true"> |
| </telerik:RadWindowManager> |
| <label class="label"> |
| Audio Format:</label> |
| <telerik:RadComboBox ID="DropDownListOutboundAudioFormat" EnableLoadOnDemand="true" EnableScreenBoundaryDetection="true" |
| EnableItemCaching="true" runat="server" Skin="Vista" |
| OnItemsRequested="DropDownListAudioFormat_OnItemsRequested" OnClientSelectedIndexChanged="dropDownList_CommonSelectedIndexChanged"> |
| </telerik:RadComboBox> |
I can provide more information as needed.