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

[Solved] RadComboBox rcbArrowCellLeft background not displaying the entire image on Q3 2009 upgrade

2 Answers 113 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
JayCats
Top achievements
Rank 1
JayCats asked on 18 Nov 2009, 05:11 PM
I have a dropdown arrow button with the width 23 but It's not showing the entire image.

This is my css:
.RadComboBox td.rcbArrowCell
{
min-width: 23px;
padding: 0;
border: 0;
}

.RadComboBox td.rcbArrowCellLeft,
.RadComboBox td.rcbArrowCellRight
{
background:url('ComboBox/rcbArrowCell.gif') 0 0 no-repeat;
min-width: 23px;
}

They use to work until I upgraded our telerik controls to Q3 2009 version.

2 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 20 Nov 2009, 11:42 AM
Hello JayCats,

Which version of RadControls for ASP.NET AJAX are you upgrading from? A possible cause for you problem is the introduction of a base stylesheet in RadComboBox. Check this sticky thread for more details:
http://www.telerik.com/community/forums/aspnet-ajax/combobox/possible-breaking-change-in-radcombobox-q3-2009-base-stylesheet-introduced.aspx
You probably only need to disable the base stylesheet.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
JayCats
Top achievements
Rank 1
answered on 20 Nov 2009, 04:40 PM
That helped. Thanks!
Tags
ComboBox
Asked by
JayCats
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
JayCats
Top achievements
Rank 1
Share this question
or