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

Radscheduler timeslot/Appointment z-Index

3 Answers 61 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Gabriel
Top achievements
Rank 1
Gabriel asked on 10 Jun 2013, 10:07 PM

Hi there, is there a way to make the appointments be 'behind' the timeslots?  I am looking on a scheduler
that will allow you to hover on anytime slot and highlight it, no matter if there is an appointment there or not, now, when you hover,
the timeslot only highlights when you touch the 10% left over by the appointment.

If the Appointment had some sort of z -index prop, and the timeslot was transparent , maybe this will work but I have no clue where to begin.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 11 Jun 2013, 01:58 PM
Hi Gabriel,

To make the appointments render 'behind' the timeslots is currently not supported scenario with the RadScheduler. You could only change the width of the appointments by using the following CSS code snippet to expand the selectable area of a timeslots.

.rsApt{
    width: 80% !important;
}

Regards,
Magdalena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Gabriel
Top achievements
Rank 1
answered on 11 Jun 2013, 08:25 PM

Thak you, that works if you have one appointment, but if you have several then they now take ALL the space and leave no room to choose the time slot, since they are all 80%, I need the wrapper class for all the apps.

Thanks.

0
Magdalena
Telerik team
answered on 12 Jun 2013, 08:29 AM
Hi Gabriel,

The width of appointments in time-slots is applied dynamically depending on appointments count. Hard-coded width in CSS of the appointments overwrites a dynamic width so this solution can be applied in scenarios with only one appointment. Setting custom width of the appointments is not implemented in the RadScheduler control. We added this feature as a proposal in ASP.NET AJAX portal.

Regards,
Magdalena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Gabriel
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Gabriel
Top achievements
Rank 1
Share this question
or