Declined
Last Updated: 16 Mar 2015 14:12 by Elena
Rahul
Created on: 13 Jan 2015 13:10
Category: Scheduler
Type: Bug Report
0
Appointments not aligned correctly RadScheduler
We are trying to Add Border for the current date in the RadScheduler using OnTimeSlotCreated event with the following code:

                e.TimeSlot.Control.Style.Add("border-left", "solid 1px !important");
                e.TimeSlot.Control.Style.Add("border-right", "solid 1px !important");
                e.TimeSlot.Control.Style.Add("border-right-color", "Red !important");
                e.TimeSlot.Control.Style.Add("border-left-color", "Red !important");

This is causing a shift to the appointments , please see screenshot.
Telerik Version: 2014.3.118.40, IE 9.0.

Ccan you suggest if there is any other way to add border or we need to upgrade the controls to a newer version?

Thanks,
Rahul

P.S I found similer unresolved issue at:
http://www.telerik.com/forums/timeline-view-doesn-t-line-up-correctly
1 comment
Elena
Posted on: 16 Mar 2015 14:09
Could you please open a support ticket and send us your exact code to examine it locally?