Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<style type=
"text/css"
>
.highlight
{
background
:
red
!important
;
}
</style>
protected
void
RadScheduler1_TimeSlotCreated(
object
sender, TimeSlotCreatedEventArgs e)
if
(RadScheduler1.SelectedView == SchedulerViewType.WeekView)
(DateTime.Compare(e.TimeSlot.Start.Date, DateTime.Today) == 0)
e.TimeSlot.CssClass =
"highlight"