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

[Solved] Remove all styling

1 Answer 119 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
laura
Top achievements
Rank 1
laura asked on 16 Jun 2009, 04:13 PM
I have built my own advanced edit form and I would like to apply the same css styles to the controls that I use elsewhere in my site.  I have edited the "SchedulerDefaultForm" - I've removed the css classes such as "textareawrapper" and added my own div tags with the names of my css styles.  However, the same markup added inside and outside of the scheduler control displays differently, which tells me there is still some default scheduler styles conflicting with my own styles, even though none of the original css class names remain in any of my code.

I have not copied over any css from the demos and I would like to tell the scheduler control to not use any of the default styling included in it.  I have played with the EnableEmbeddedBaseStylesheet, EnableEmbeddedSkins, and some other properties of the scheduler control but it has made only slight changes in the way the code is rendered and I still have the same problem.  Is there not a way to get the scheduler to display with zero styling so that I can add my own?

Thanks,
Laura

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Jun 2009, 04:26 PM
Hello laura,

Setting EnableEmbeddedSkins="false" should strip the skin related css styles. Can you send us a live url or open a support ticket and attach a demo project which we can test locally? 


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
laura
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or