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

RadComboBox size is reduced in IE 8 with compatible mode off

3 Answers 71 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Gent
Top achievements
Rank 1
Gent asked on 07 Dec 2010, 12:11 AM
I'm using Telerik.Style.Version 2009.3.1103. In my Telerik.skin file I have the following:

<telerik:RadComboBox

 

 

SkinID="RadCombobox_MultiSelect_Standard"

 

 

runat="server"

 

 

AllowCustomText="true"

 

 

HighlightTemplatedItems="true"

 

 

ChangeTextOnKeyBoardNavigation="False"

 

 

MarkFirstMatch="true"

 

 

Mode="MultiMode"

 

 

Width="100%"

 

 

MaxHeight="150px"

 

/>

 



 


In my ASPX file for my RadComboBox I have the following:

<

 

div class="small">

 

 

<p>

 

 

<aca:RefDataLabel ID="lblStatus" runat="server"></aca:RefDataLabel></p>

 

 

<afs:RadComboBox runat="server" ID="rcbStatus" SkinID="RadCombobox_MultiSelect_Standard"

 

 

DisplayType="Value">

 

 

</afs:RadComboBox>

 

 

</div>

 

When I run my page in IE 8 with compatible mode 'On', I'm able to see my combo box normally. If I turn 'Off' the compatible mode, the combobox basically shows only the arrow to click. So, its size is reduced to zero.

I have seen some issue related to the size of radcombobox being increased instead of decreased for the same scenario I described above. But, even for that I didn't find a solution provided officially by Telerik.

Thank you in advance for your time.

Kind Regards,
Gent

 

 

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 09 Dec 2010, 02:12 PM
Hi Gent,

We really had some issues with sizing of the combobox in previous releases but we managed to fix them in the latest release. Would it be possible for you to upgrade to Q3 2010?

Greetings,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Gent
Top achievements
Rank 1
answered on 10 Dec 2010, 12:35 AM
Hi Yana,

Thank you for your response! Unfortunately, that is not possible for me to upgrade to Q3 2010 release. I would really appreciate if you could provide me with a work around for the release I'm using currently.


Best Regards,

Gent
0
Yana
Telerik team
answered on 16 Dec 2010, 11:40 AM
Hello Gent,

Can you try to set the width of the combobox in pixels instead of percentages?

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
ComboBox
Asked by
Gent
Top achievements
Rank 1
Answers by
Yana
Telerik team
Gent
Top achievements
Rank 1
Share this question
or