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
<
telerik:RadScheduler
ID
=
"RadScheduler1"
runat
"server"
AllowInsert
"true"
DataDescriptionField
"Description"
DataEndField
"End"
OnClientAppointmentMoveStart
"OnClientAppointmentMoveStart"
DataKeyField
"ID"
StartInsertingInAdvancedForm
"false"
DataRecurrenceField
"RecurrenceRule"
DataRecurrenceParentKeyField
"RecurranceParentID"
DataReminderField
"Reminder"
DataSourceID
"SqlDataSource1"
DataStartField
"Start"
DataSubjectField
"Subject"
EnableDescriptionField
"True"
>
</
<script type=
"text/javascript"
function
OnClientAppointmentMoveStart(sender, args)
{
currentDate=
new
Date();
if
(args.get_appointment().get_start() < currentDate)
args.set_cancel(
true
);
}
else
false
</script>