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

RadComboBox not showing images if I use a usercontrol

1 Answer 69 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 16 Sep 2010, 12:00 PM
I have a page with a FormView which several RadComboBoxes. Everything works OK. If I insert a usercontrol in the formview, RadComboBox images are not show.

Using Firebug I noticed that some images point to: mvwres://Telerik.Web.UI, Version=2010.1.415.40...
For example:
RadComboBox_Default .rcbArrowCellRight
url("mvwres://Telerik.Web.UI, Version=2010.1.415.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4/Telerik.Web.UI.Skins.Default.ComboBox.rcbSprite.png")

I have remove the usercontrol and try again, everything comes back to normality (the mvwres:// urls are removed).

Any ideas?
Thanks!

1 Answer, 1 is accepted

Sort by
0
Jorge
Top achievements
Rank 1
answered on 16 Sep 2010, 12:42 PM
DONE!
Buggy VS2010 generated a lot of fake css styles in the webusercontrol ascx file. Deleting this styles solved the problem.

Thanks anyway.
Tags
ComboBox
Asked by
Jorge
Top achievements
Rank 1
Answers by
Jorge
Top achievements
Rank 1
Share this question
or