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

Entire day scall to window size

6 Answers 123 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
MASSEMIN
Top achievements
Rank 1
MASSEMIN asked on 16 Jul 2012, 02:30 PM
Hi, I try to do the same thing that in the screenshoots.
The software on the right scale the scheduler view in the windows.

I'm looking to do the same with RadScheduler.

sorry for my bad english :)

6 Answers, 1 is accepted

Sort by
0
MASSEMIN
Top achievements
Rank 1
answered on 16 Jul 2012, 08:18 PM
May be my request is not clear, is it possible to scale timeslot to fit entire day view in the window, without scroll.

thanks
0
MASSEMIN
Top achievements
Rank 1
answered on 17 Jul 2012, 07:51 AM
Or may be is it possible to reduce the timeslot height ?
0
Princy
Top achievements
Rank 2
answered on 17 Jul 2012, 09:20 AM
Hi Massemin,

Try setting RowHeight property of RadScheduler to reduce the timeslot height.

ASPX:
<telerik:RadScheduler ID="RadScheduler1" runat="server"  RowHeight="12px" ................  >
</telerik:RadScheduler>

Regards,
Princy.
0
MASSEMIN
Top achievements
Rank 1
answered on 17 Jul 2012, 09:25 AM
Thanks !

I already try this property : but my scheduler look like this (screenshot).
The row is reduced, but the appointment is reduced too much
0
MASSEMIN
Top achievements
Rank 1
answered on 17 Jul 2012, 01:11 PM
no ideas ?
0
Princy
Top achievements
Rank 2
answered on 18 Jul 2012, 04:01 AM
Hi Massemin,

Try the following CSS to increase the height of the RadScheduler.

CSS:
<style type="text/css">
 .RadScheduler .rsAptOut > .rsAptMid, .RadScheduler .rsAptMid > .rsAptIn, .RadScheduler .rsAptIn > .rsAptContent
    {
      height:12px !important;
    }
</style>

Hope this helps.

Thanks,
Princy.
Tags
Scheduler
Asked by
MASSEMIN
Top achievements
Rank 1
Answers by
MASSEMIN
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or