i am using 2008.2.723.20 dll, The scheduler is as below.
problem is that it always takes 2 cells for one appointment, if appointment starts and ends today, the appointment expands to the next cell at right.
Please help me to fix this.
regards
Arijit Chatterjee
<
telerik:RadScheduler ID="RadScheduler2" runat="server"
OnClientAppointmentEditing
="AppointmentEditing"
OnAppointmentInsert="OnAppointmentInsert" OnAppointmentCommand="OnAppointmentCommand"
DataKeyField="EventId" DataStartField="StartTime"
DataEndField="EndTime" DataSubjectField="Title" DataRecurrenceField="Recurrence"
DataRecurrenceParentKeyField="Recurrence"
DayEndTime="22:00:00"
SelectedView="MonthView"
>
</
telerik:RadScheduler>