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

Previous Day and Next Day to appear beside the month name

1 Answer 38 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Phani
Top achievements
Rank 1
Phani asked on 12 Dec 2013, 09:52 PM

Hello,

My Radscheduler header looks like the attached image. I want to bring the previous day and next day arrow keys on the either side of the month name. Like this







    <| December 2013 |>. How can I do that? I am attaching an image for that as well. it is named as monthwanted.png

Also there is space between appointments. How can I get rid of that space and make the appointments to be adjacent to each other. I am attaching an image that shows space between the appointments



1 Answer, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 14 Dec 2013, 08:54 AM
Hi Phani,

The layout you have described is not anticipated for RadScheduler header, but you could achieve it with relative/absolute positioning of the arrows. For example as the following:
.rsPrevDay,
.rsNextDay {
    position: relative;
}
 
.rsPrevDay {
    left: x1 px;
}
 
.rsNextDay {
    left: x2 px;
}

where x1 and x2 are your custom distances. I hope this was helpful for you.

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
Phani
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Share this question
or