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

extremely wide screen under chrome

1 Answer 39 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
carol
Top achievements
Rank 1
carol asked on 07 Oct 2011, 06:42 PM
Upon page load, the screen looks fine in chrome.  Upon activating a combobox by clicking something to select, the screen becomes very wide under chrome, 111 million+ pixels wide and things go downhill from there.

Things run fine under FF & IE.  If we replace the rad control boxes with standard asp boxes, things return to normal under chrome.  Any ideas why it should be so wide?  If we replace the radcombos with regular ASP items, the problems go away.




Here is a code sample:
            <EditItemTemplate>
                <telerik:RadComboBox runat="server" ID="TimeBetweenCmbBx"
                        DataTextField="Command_Interval"
                     DataValueField="Command_Interval" SelectedValue='<%# Bind("Command_Interval") %>'  width="100%">
                   <items>
                           <telerik:RadComboBoxItem runat="server" Text="15 Minutes" Value="15"/>
                           <telerik:RadComboBoxItem runat="server" Text="30 Minutes" Value="30"/>
                           <telerik:RadComboBoxItem runat="server" Text="1 Hour" Value="60" />
                           <telerik:RadComboBoxItem runat="server" Text="2 Hours" Value="120"/>
                           <telerik:RadComboBoxItem runat="server" Text="1 Day" Value="1440"/>                  
                   </items>
                </telerik:RadComboBox>
            </EditItemTemplate>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 12 Oct 2011, 09:41 AM
Hello Carol,

Can you please give more details on how to replicate the issue? What is the control that you place the RadCombobox in and can you reproduce the same issue using our demos?

Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
ComboBox
Asked by
carol
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or