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

Transparent button and toolbar

2 Answers 102 Views
Button
This is a migrated thread and some comments may be shown as answers.
JR
Top achievements
Rank 2
JR asked on 17 Nov 2011, 01:15 AM
My radbuttons and radtoolbar button does not render properly when I use raddatepicker in my form.  I'm using IE9.
I use a master page have two content place holders.  One for the main content and form and another that has a floating div on at the bottom of the page.  I place several telerik controls in the main content (i.e. textbox, numeric textbox, combo box, datepicker, grids, etc.)  and i also use a radajaxmanager and radajaxlaodingpanel.  The weird think is that the problem only happens when i place rad datepicker in my form.  all the other controls works fine with radbutton and radtoolbar.  Can someone help me solve this please? 

2 Answers, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 18 Nov 2011, 03:06 PM
Hello,

I followed your the description of your scenario in order to reproduce the problem, but to no avail. You can find attached the sample that I used for testing the issue. Please compare it with your actual project and check if there are differences in the setup. I have added a screen capture to demonstrate the appearance of the RadControls on my end.

The encountered behavior may be caused by the known IE 31 stylesheets limitation problem, which is described in detail in the article Internet Explorer CSS Limits. If this is the case, you can resolve it by adding a RadStyleSheetManager to your application. As a result the stylesheet requests will be combined into a single request:
<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server"></telerik:RadStyleSheetManager>

Note that at the current state of affairs I am mostly guessing as to what your setup is. If you are still experiencing difficulties please modify the attached sample so that it matches your case or prepare a sample, runnable project that displays your issue and send it so that we can examine it locally and provide a more to the point answer.

Kind regards,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
JR
Top achievements
Rank 2
answered on 21 Nov 2011, 01:13 AM
Adding RadStyleSheetManager on the page solved the issue.  Thank you.
Tags
Button
Asked by
JR
Top achievements
Rank 2
Answers by
Slav
Telerik team
JR
Top achievements
Rank 2
Share this question
or