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

How to Reduce Number of Rows for a Time slot inRadScheduler . Issue with MinutesPerRow When it is 15 Minuets

7 Answers 155 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kasun
Top achievements
Rank 1
Kasun asked on 21 Aug 2013, 06:08 AM
Dear Team,

We are facing an issue to set the MinutesPerRow to 15 mins. Work days starts at 8.30 morning and ends at 16.45 evening.
If I set the MinutesPerRow to 15, the whole time slot will be 30 mins (15+15) because there are two Rows in a 1 time slots.

Could you please advise how to set the time with current two rows or how to reduce the Rows per time slot.

Note- Im using a Day View,

 <telerik:RadScheduler ID="RadScheduler1" runat="server" AllowInsert="true" Skin="Simple"<br>                DataKeyField="ID" DataSubjectField="Subject" DataStartField="Startdate" DataEndField="Enddate"<br>                AppointmentStyleMode="Auto" EnableAdvancedForm="false" OnAppointmentInsert="RadScheduler1_AppointmentInsert"<br>                MinutesPerRow="15" NumberOfHoveredRows="1" AllowDelete="false" AllowEdit="false" DayStartTime="08:15:00"<br>                BackColor="#4D4D4F" DayEndTime="17:00:00" EnableDatePicker="false" Localization-Show24Hours=""<br>                ShowHeader="true" ShowViewTabs="false" ShowNavigationPane="false" ShowFooter="false"<br>                OnLoad="RadScheduler1_Load" OnAppointmentDataBound="RadScheduler1_AppointmentDataBound"<br>                DayView-WorkDayStartTime="08:15:00" DayView-DayEndTime="17:00:00" ShowAllDayRow="false"<br>                Height="700px" OnTimeSlotCreated="RadScheduler1_TimeSlotCreated" HoursPanelTimeFormat="hh:mm"<br>                OnFormCreated="RadScheduler1_FormCreated"></telerik:RadScheduler>

7 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 21 Aug 2013, 11:20 AM
Hello,

You have already set MinutesPerRow="15" so it will create a row for 30 minutes.

If you want to reduce the number of row then you have to increase the value for MinutesPerRow property.

Thanks,
Jayesh Goyani
0
Kasun
Top achievements
Rank 1
answered on 21 Aug 2013, 11:24 AM
Hi jayesh,

I meant the ROWS IN A SINGLE TIME SLOT.  If i am understanding your point wrongly, can you please give an example ?
 

 
0
Jayesh Goyani
Top achievements
Rank 2
answered on 21 Aug 2013, 11:34 AM
Hello,

Can you please provide your screenshot and explain your requirement in it?

Thanks,
Jayesh Goyani
0
Kasun
Top achievements
Rank 1
answered on 21 Aug 2013, 11:47 AM
Hi Jayesh,

please find the attached screenshot. In the screenshot i have highlighted the two rows (row 1 and 2).
As you can see, the time interval is 30 mins because the time slot is taking 15 mins each.

I need to reduces the time slot interval to 15 mins. What i though was if i can reduce the  number of ROWs in a time slot (as mentioned in my screen shot) it will show the correct time interval.

please advise.

 
0
Kasun
Top achievements
Rank 1
answered on 22 Aug 2013, 09:28 AM
Dear Team,

Any news please?
0
Jayesh Goyani
Top achievements
Rank 2
answered on 23 Aug 2013, 06:25 AM
Hello,

Sorry for late reply.

please refer the following forum post which discusses a similar problem
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/time-interval-in-radscheduler.aspx

Thanks,
Jayesh Goyani
0
Plamen
Telerik team
answered on 23 Aug 2013, 06:48 AM
Hi,

 
You can also use the TimeLabelRowSpan property of RadScheduler if you want to change the row span  displayed in the Hours Column as it can be seen in this on-line demo in the HourColumns section of the configurator.

Regards,
Plamen
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
Kasun
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Kasun
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or