This is a migrated thread and some comments may be shown as answers.

Rad Window creating scroll bars after Rad Combo Box drops down

1 Answer 75 Views
Window
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 16 Oct 2008, 01:33 PM
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.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 17 Oct 2008, 11:20 AM
Hello Michael,

I saw that you have sent us a support ticket with a project - thank you for that. We will examine it and get back to you as soon as possible.


All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Michael
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or