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

Two problems with 2010 Q3

0 Answers 58 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 25 Nov 2010, 06:58 PM
First problem: modal advanced edit form interfase is broken. I tried adding the following code but it still doesn't shows the modal background.

<AdvancedInsertTemplate>
    <div class="rsAdvancedEdit rsAdvancedModal" style="position: relative">
        <div class="rsModalBgTopLeft">
        </div>
        <div class="rsModalBgTopRight">
        </div>
        <div class="rsModalBgBottomLeft">
        </div>
        <div class="rsModalBgBottomRight">
        </div>
        <div class="rsAdvTitle">
            <h3 class="rsAdvInnerTitle">Appointment</h3>
            <asp:LinkButton runat="server" ID="AdvancedEditCloseButton" CssClass="rsAdvEditClose"
                CommandName="Cancel" CausesValidation="false" ToolTip='Cerrar'>
    <%# Container.Appointment.Owner.Localization.AdvancedClose%>
            </asp:LinkButton>
        </div>
        <div class="rsAdvContentWrapper">
          .......... (my content) ........
        </div>
    </div>
</AdvancedInsertTemplate>


Second problem: delete and resize links in appointments are shown incorrectly. Delete link is aligned to the left (over the text) and Resize link is valigned to top.

Thanks for your help!

EDIT: I noticed that "/* RadScheduler base stylesheet */" rules are overriding /* RadScheduler Telerik skin */ rules. For example, rsAdvTitle background is not shown because base stylesheet overrides with "background: none" (see attachment)

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
Jorge
Top achievements
Rank 1
Share this question
or