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

radcombobox skins, themes

10 Answers 206 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Robert Jakech
Top achievements
Rank 1
Robert Jakech asked on 13 Apr 2010, 10:27 AM
Hi,

I am getting frustrated with Radcombobox appearance.

I am using RADCONTROLS ASP.NET AJAX Q1 2009.

When i put my RadCombobox on the page .aspx, on run time, it appears funny.
It appears with its shaddow. the shadow appears on the bottom of the control(radcombobox)- like two radcombos..
Could someone help me out.

thanks in advance.

10 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 14 Apr 2010, 12:57 PM
Hello Robert,

Can you post a screenshot, the definition markup and the non-Telerik CSS that gets loaded on the page?

All the best,
Kamen Bundev
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.
0
dhuss
Top achievements
Rank 1
answered on 17 May 2010, 10:26 PM
I am having the same problem with the radCombobox (telerik.dll version 2010.1.415.35). It looks like a second combobox is starting to appear, but stops short of the dropdown arrow. This is my HTML code
<telerik:RadComboBox ID="telRCBfacSpec" runat="server" Width="150px" 
         DropDownWidth="100px" AllowCustomText="true" CollapseAnimation-Duration="10" 
         Font-Names="MS Sans Serif" Font-Size="9pt">  
</telerik:RadComboBox> 

 

See the attached screen shot

0
Kamen Bundev
Telerik team
answered on 20 May 2010, 12:14 PM
Hello,

Add this CSS to your page to work around this issue in IE6/7:
.RadComboBox td.rcbArrowCell a
{
    line-height: 22px;
}


Kind regards,
Kamen Bundev
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.
0
Robert Jakech
Top achievements
Rank 1
answered on 20 May 2010, 12:44 PM
Please kindly explain how to use css
.RadComboBox td.rcbArrowCell a
{
    line-height: 22px;
}


I have master pages, and external CSS from blueprint.

Where exactly do i put the CSS? and how do i reference it?

Remember, the funny appearance of the combos is in all browsers exactly it is more ugly in IE.

Kindly, help.




0
Kamen Bundev
Telerik team
answered on 20 May 2010, 02:06 PM
Hello Robert,

My answer was directed to Dennis, your problem is different - the Blueprint reset CSS adds margin to every input with type="text", in your case, just add this CSS at the end of your Blueprint CSS file:
.RadComboBox .rcbInput
{
    margin: 0;
}


Regards,
Kamen Bundev
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.
0
dhuss
Top achievements
Rank 1
answered on 20 May 2010, 03:46 PM
That got rid of the top line of the second combobox from appearing below the original combobox, however, it also removed the bottom line of the original combo box. I have tried px setting from 15 to 30, all with the same result. See the attached screen shot. This is the code for the combobox.

<telerik:RadComboBox ID="telRCBfacSpec" runat="server" Width="150px" 
   DropDownWidth="100px" AllowCustomText="true" CollapseAnimation-Duration="10" 
   Font-Names="MS Sans Serif" Font-Size="9pt">  
</telerik:RadComboBox> 
0
Robert Jakech
Top achievements
Rank 1
answered on 20 May 2010, 05:40 PM
Now this is Telerik!

Great work. It worked!

Long live TELERIK long live the amazing team.

0
Kamen Bundev
Telerik team
answered on 21 May 2010, 09:19 AM
Hi Dennis,

I tested it in IE6 and IE7 but it seems to work here, even in Quirksmode. Maybe the rest of your CSS is affecting RadComboBox rendering or it has something to do with the layout. Can you send a live URL where we can see the issue and help you fix it (you can open a support ticket if you prefer the privacy, just add a reference to this thread)? Thank you in advance.

Kind regards,
Kamen Bundev
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.
0
dhuss
Top achievements
Rank 1
answered on 26 May 2010, 10:17 PM
I just received a new PC (Win7 x64) running IE8. This issue is still there on IE8. I am unable to provide you with a live URL due to the nature of our work and data. Do you have any other suggestions??
0
Kamen Bundev
Telerik team
answered on 27 May 2010, 08:24 AM
Hi Dennis,

You can also provide a sample project with the issue reproduced - just get one of your pages that has the problem, strip any data from it, replacing it with sample text and send it along together with any images, CSS and javascript that get loaded. Open a support ticket to do that. Thank you in advance.

Best wishes,
Kamen Bundev
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
Robert Jakech
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
dhuss
Top achievements
Rank 1
Robert Jakech
Top achievements
Rank 1
Share this question
or