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

RadComboBox with in RadToolTip

3 Answers 202 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
James Raja
Top achievements
Rank 1
James Raja asked on 05 Nov 2008, 04:54 PM
Hi,


i have placed a RadComboBox with in the RadToolTip. The Radcombox uses custom skin (i.e. EnableEmbeddedskins="false" and Skin="Custom" ).


The problem is that the custom styles are not applied to the RadComboBox.

Thanks
James

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 10 Nov 2008, 10:52 AM
Hi James,

Most probably the RadToolTip styles override your custom ones and that is why they are not applied. I suggest to add the keyword !important after your custom settings and I assume that this should fix the problem. Please, also test the behavior with a few different RadToolTip's skins.

In case this does not help, please prepare a sample, fully runnable reproduction project which contains all the neeeded files, including all your custom CSS along with a detailed explanation of your tests' results and some screenshots of the desired and the actual appearance. Once I receieve this information, I will do my bets to help.


Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 1
answered on 13 Nov 2008, 10:32 PM
Hi,

I'm with the same problem, but I'm using the Gray Skin.

I prepare an example with the problem. I removed only the Telerik.UI.Web.dll. I'm using Q3 2008 version.

How can I send it for you?

Tku

Richard Demjen
0
Svetlina Anati
Telerik team
answered on 14 Nov 2008, 04:12 PM
Hello Richard,

In order to be able to attach files you should open a new support ticket because in the forum threads this is not possible.

However, I assume that the problem might be in the fact that the arrow cell is overridden by the RadToolTip's styles. If so, you can fix the issue by including the following style:

 <style type="text/css">  
    .rcbArrowCell.rcbArrowCellRight  
    {  
       background-imageurl(rcbArrowCell.gif) !important;  
    }  
    </style> 

and add the image of the arrow (rcbArrowCell.gif) in your project. You can take the image from the particular Skins folder.

For your convenience I attached a sample demo of this approach.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
James Raja
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Richard
Top achievements
Rank 1
Share this question
or