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

Zindex for RadSchedulerRecurrenceEditor

6 Answers 179 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jayesh Goyani
Top achievements
Rank 2
Jayesh Goyani asked on 25 Oct 2010, 09:26 AM
i want set z-index for RadSchedulerRecurrenceEditor.
it not displayed calender with ModalPopupExtender.

6 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Oct 2010, 02:14 PM
Hi Jayesh,

I tested the recurrence editor of the advanced form, but the popup calendar displayed correctly. Do you experience the same problem with the online demos? Can you give us the exact steps needed to replicate the issue?


Regards,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jayesh Goyani
Top achievements
Rank 2
answered on 09 Nov 2010, 01:31 PM
<cc1:ModalPopupExtender ID="mpAddSchedule" runat="server"
PopupControlID="pnlAddScheduleContainer" TargetControlID="lnkAddSchedule" CancelControlID="btnMpClose" />
 
 
                    <asp:Panel ID="pnlAddScheduleContainer" runat="server" Style="display: none;">
<telerik:RadSchedulerRecurrenceEditor runat="server" ID="radRecurrenceEditor">
                                                </telerik:RadSchedulerRecurrenceEditor>
</Panel>
hi Peter,

this is my code.
i solve this problem by set z-index of mpAddSchedule (ModalPopupExtender ).

but
i want to set RadSchedulerRecurrenceEditor's z-index for solve this previous issue.


0
Peter
Telerik team
answered on 11 Nov 2010, 02:58 PM
Hi jayesh,

We will be glad to help you, but we will need a simple working demo of the issue, which you can send via a support ticket.


Best wishes,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Andrey
Top achievements
Rank 1
answered on 18 Nov 2014, 03:31 PM
I can describe steps to reproduce my issue.
1) Open page http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx
2) Right click on scheduler and in context menu select "New Recurring Appointment".
3) Open calendar near "End By" and click on the month or year in the top.

I attached result.
0
Andrey
Top achievements
Rank 1
answered on 18 Nov 2014, 03:37 PM
Sorry...

If you can't reproduce :

4) Close "New Appointment" window
5) Repeat steps 2 and 3
0
Aneliya Petkova
Telerik team
answered on 21 Nov 2014, 09:28 AM
Hello,

I followed the steps you described and I was able to reproduce the problem. Thank you for spending time to report this issue. As a token of gratitude your Telerik points are updated.
Please use the following style as a temporary workaround:
.RadCalendarFastNavPopup {
    z-index: 2510 !important;
}

Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Jayesh Goyani
Top achievements
Rank 2
Answers by
Peter
Telerik team
Jayesh Goyani
Top achievements
Rank 2
Andrey
Top achievements
Rank 1
Aneliya Petkova
Telerik team
Share this question
or