Hello
i m using telerik version 2009.3.1210.35, i m using rad editor,
in my page --> radwindow-->Usercontrol-->rad editor
display only Bullet i m using sking sunset,in Firefox is display proper,but in IE8 not display proper,Here i attached screen shot
how can i solve this error
2 Answers, 1 is accepted
0
Martin
Telerik team
answered on 14 Dec 2009, 10:51 AM
Hello amit prajapati,
Unfortunately, I can only speculate by looking at the picture you've sent, but based on the facts you have given, I can guess that you are using RadEditor with our Sunset skin, but loaded externally, not from the assembly, and it is quite probable that you have set Editor.css (the base stylesheet) as an external resource as well. Having in mind the fact that the issue is manifested only in Internet Explorer, it is quite probable that you are using other RadControls with external stylesheets and they plus your custom .css files exceed the 31, which is the limit in Internet Explorer. As you know, if more than 31 external .css files reside on a single web-page, no file after the 31st will be ever parsed, loaded and evaluated by IE. Unfortunately, there is not a known fix for this, and the only thing that is recommended is to reduce that number, and keep it within the 31 length.
But, as I said, I can only speculate, so, please, make sure that your .css files do not exceed that number, and if I am wrong with my assumptions, and the problem is not in these 31+ files, prepare and send me a sample, fully runnable project so I can take a look at the issue and think of a solution. I recommend that you use FireBug or IE Dev ToolBar in order to count the <link /> files in your project, because there may be .css files loaded via JavaScript, and they will not be present in the standard View Source command.
Thank you for reply i solve this issue add below line in page
<telerik:RadStyleSheetManager runat="server" ID="MasterStyleSheet"></telerik:RadStyleSheetManager>