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

TableLayoutCssFile & CssFiles.Add

1 Answer 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
lan luo
Top achievements
Rank 1
lan luo asked on 24 Dec 2012, 04:15 PM
Hi Telerik Team,

I created a RadEditor ( radEditor ) in my webpage. I set :

radEditor.TableLayoutCssFile = myCustimizedTableCssFile;
radEditor.CssFiles.Add ( myCustimizedCssFile );

In the editor iframe, it will automatic load myCustimizedTableCssFile first then load myCustimizedCssFile. Is there have way to switch them?

Thanks,
 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Dec 2012, 12:08 PM
Hello,

It is not possible to switch the order of loading of the CssFiles and TableLayoutCssFile files, but if needed you can copy the styles from the myCustimizedTableCssFile and put them in the myCustimizedCssFile and they will be loaded in the CSS Class Layout in the Table Properties dialog too.

Best regards,
Rumen
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.
Tags
Editor
Asked by
lan luo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or