Rad Scheduler Day and week view ,we have the option like resizing the appointment .I try to disabled that Property ( TimeSlotContextMenuSettings-EnableDefault="false".)
But still i can resize the appointment .Another 2 seconds it disappears.I am using the following code .
1. What is the property to disable the resize the appointment?
I had attached the screenshot for the reference.
<telerik:RadScheduler ID="rdsCalender" SelectedView="WeekView" runat="server" DataEndField="EventDateTo" DataKeyField="EventID"
DataSourceID="sqlEventSource"
DataStartField="EventDateFrom" DataSubjectField="EventName"
StartEditingInAdvancedForm="false" OnFormCreating="rdsCalender_FormCreating" Localization-ConfirmDeleteText="Are you sure you want to delete this event?" Font-Bold="true"
DayStartTime="8:00:00"
DayEndTime="21:00:00"
Localization-AllDay="All
Day" OnAppointmentDataBound="rdsCalender_AppointmentDataBound"
Localization-HeaderToday="Today" EnableExactTimeRendering="true"
AppointmentContextMenuSettings-EnableDefault="true" TimeSlotContextMenuSettings-EnableDefault="false" ><TimelineView
UserSelectable="false"
/> </telerik:RadScheduler>
Thanks
Prabha