Posted 22 Aug 2011 Link to this post
Posted 24 Aug 2011 Link to this post
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
Protected
Sub
RadScheduler1_TimeSlotCreated1(sender
As
Object
, e
Telerik.Web.UI.TimeSlotCreatedEventArgs)
Handles
RadScheduler1.TimeSlotCreated
If
e.TimeSlot.Start.CompareTo(DateTime.Now.AddDays(+10)) = -1
Then
'e.TimeSlot.CssClass = "Custom"
e.TimeSlot.Control.Controls.Clear()
End