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

Advanced edit css

3 Answers 73 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 23 Mar 2011, 08:08 AM
Hello,

In our web application we use several schedulers using advanced edit form displayed in a radwindow.  This is working well for us.  Because of the limitations of the multi-day view splitting appointments between days and irregular width I had to create a custom control for one of our pages.  I am using the same radwindow edit forms that we use on scheduler. 

Functionally everything works great but the rad window edit forms lack styling.

Is there an easy way to include the CSS used by scheduler and the advanced insert/edit modal templates when scheduler is not present on the page?

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Mar 2011, 03:57 PM
Hi Michael,

Please, take a look at this help topic -
http://www.telerik.com/help/aspnet-ajax/scheduler-custom-modal-advanced-template.html

If you need, you can register a skin or the base stylesheet for any control manually as shown in this help topic - http://www.telerik.com/help/aspnet-ajax/introduction-skin-registration.html.

I hope this helps.

Best wishes,
Peter
the Telerik team
0
Michael
Top achievements
Rank 1
answered on 24 Mar 2011, 10:37 PM
Thanks for the reply.

I did get the CSS to load but it the window isnt appearing the same as it does in radscheduler.  Does scheduler create the radwindow in a particular way?

Here I'm attaching the appearance of the 2 radwindows.  Both are using the exact same usercontrol.  On the rad scheduler pages the user control is placed inside the advanced edit and insert templates.  On my custom rad window page I placed the control wrapped like this
<div class="RadScheduler RadScheduler_Default">
        <div class="rsAdvFormWrap" style="display: block;">
            <es:EditShift ID="esEditShift" runat="server" />
        </div>
    </div>

Before wrapping the usercontrol in these two div's the CSS wasn't taking.

Any help on how to get the custom rad window to display the same as the radwindow created by scheduler?

Here Im attaching 2 jpegs that show the appearance of the two windows.
0
Peter
Telerik team
answered on 29 Mar 2011, 09:21 AM
Hello Michael,

Could you please open a support ticket and send us a simple working demo of your implementation and the problem?

Best wishes,
Peter
the Telerik team
Tags
Scheduler
Asked by
Michael
Top achievements
Rank 1
Answers by
Peter
Telerik team
Michael
Top achievements
Rank 1
Share this question
or