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