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

Rendering

1 Answer 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
David OBrien
Top achievements
Rank 1
David OBrien asked on 25 Mar 2010, 06:43 PM
I'm having a problem in IE 8 with the Width of combo boxes

    <div style="padding:10px;"
        <telerik:RadComboBox Width="250px" Label="Report Options" ID="RadComboBox1" runat="server" OnClientSelectedIndexChanging="LoadLanCodes" OnClientDropDownOpening="ClearBoxes"
            <Items> 
                <telerik:RadComboBoxItem runat="server" Selected="True" value="" Text="Any" /> 
                <telerik:RadComboBoxItem runat="server" Text="Lan Code" Value="lancode" /> 
                <telerik:RadComboBoxItem runat="server" Text="Support Team" Value="supportteam" /> 
            </Items> 
        </telerik:RadComboBox> 
        <telerik:RadComboBox Width="250px" OnClientItemsRequested="ItemsLoaded" ID="RadComboBox2" runat="server" OnClientSelectedIndexChanging="LoadStates"
        </telerik:RadComboBox> 
        <p> 
        </p> 
        <telerik:RadComboBox Label="State" Width="250px" OnClientItemsRequested="ItemsLoaded" ID="RadComboBox3" runat="server" OnClientSelectedIndexChanging="LoadCities"
        </telerik:RadComboBox> 
        <telerik:RadComboBox Label="City"  Width="250px" OnClientItemsRequested="ItemsLoaded" ID="RadComboBox4" runat="server"
        </telerik:RadComboBox> 
    </div> 

As you can see in the attached image FF works but not correctly
Chrome and IE 8 do not witht he combos taking up the available screen size

Wondering if I'm doing it wrong

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 26 Mar 2010, 04:37 PM
Hello David OBrien,

We discovered and fixed this issue shortly after our latest release.

Anyway I used the markup that you sent to us to reproduce the issue on our side and RadComboBoxes look properly (please take a look at screenshot attached).

I will suggest you download a trial version of our latest internal build.
Please let me know if this was helpful.

All the best,
Kalina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ComboBox
Asked by
David OBrien
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or