How to hide / disable / remove the top row for whole day booking / appointment for RadScheduler?

1 Answer 119 Views
Scheduler and Reminder
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
Dominic asked on 28 Dec 2021, 07:51 AM
I do not want to allow the user to use the top row to do a booking/appointment for the whole day. My policy only allows users to book for certain number of hours. How do I hide the top row that allows them to book for the whole day? 
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
commented on 28 Dec 2021, 07:56 AM

I'm programming in VB.NET

1 Answer, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Dec 2021, 09:48 AM

Hi, Dominic,

The ShowAllDayArea property of the SchedulerDayViewBase allows you to control whether to show the all-day area or not:

   DirectCast(Me.RadScheduler1.ActiveView, Telerik.WinControls.UI.SchedulerDayViewBase).ShowAllDayArea = True

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Dominic
Top achievements
Rank 2
Iron
Iron
Iron
commented on 29 Dec 2021, 12:44 AM

Yes, exactly what I wanted. It works perfect. Thanks Dess.
Tags
Scheduler and Reminder
Asked by
Dominic
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or