Hi,
I try moving my scheduler to be based on WebService, and group by resource
IT IS NOT WORKING AT ALL,
I don't see my appointments once in group by mode
the start/end time are display without any relation to my setting, and it crashes....
And once in group mode I get the following errors
: 'rows.0.cells' is
0.tBodies.0.rows[...].cells' is null
I tried the following to code:
<telerik:RadScheduler ID="RadScheduler1" runat="server" HoursPanelTimeFormat="htt"
Skin="Office2007" ValidationGroup="RadScheduler1" ShowFooter="false"
SelectedView="DayView" DayEndTime="23:00:00" DayStartTime="00:00:00"
GroupBy="Rooms" >
<Localization AdvancedAllDayEvent="All day"></Localization>
<AdvancedForm DateFormat="M/d/yyyy" TimeFormat="h:mm tt"></AdvancedForm>
<WebServiceSettings Path="SchedulerData.asmx" ResourcePopulationMode="ServerSide" />
</telerik:RadScheduler>
<telerik:RadScheduler ID="RadScheduler1" runat="server" HoursPanelTimeFormat="htt"
Skin="Office2007" ValidationGroup="RadScheduler1" ShowFooter="false"
SelectedView="DayView" DayEndTime="23:00:00" DayStartTime="00:00:00"
>
<Localization AdvancedAllDayEvent="All day"></Localization>
<AdvancedForm DateFormat="M/d/yyyy" TimeFormat="h:mm tt"></AdvancedForm>
<WebServiceSettings Path="SchedulerData.asmx" ResourcePopulationMode="ServerSide" />
<DayView DayEndTime="23:00:00" DayStartTime="00:00:00" GroupBy="Rooms" />
</telerik:RadScheduler>
I'm I doing something wrong?
I'm using version 2009, 2, 701, 35
I try moving my scheduler to be based on WebService, and group by resource
IT IS NOT WORKING AT ALL,
I don't see my appointments once in group by mode
the start/end time are display without any relation to my setting, and it crashes....
And once in group mode I get the following errors
: 'rows.0.cells' is
0.tBodies.0.rows[...].cells' is null
I tried the following to code:
<telerik:RadScheduler ID="RadScheduler1" runat="server" HoursPanelTimeFormat="htt"
Skin="Office2007" ValidationGroup="RadScheduler1" ShowFooter="false"
SelectedView="DayView" DayEndTime="23:00:00" DayStartTime="00:00:00"
GroupBy="Rooms" >
<Localization AdvancedAllDayEvent="All day"></Localization>
<AdvancedForm DateFormat="M/d/yyyy" TimeFormat="h:mm tt"></AdvancedForm>
<WebServiceSettings Path="SchedulerData.asmx" ResourcePopulationMode="ServerSide" />
</telerik:RadScheduler>
<telerik:RadScheduler ID="RadScheduler1" runat="server" HoursPanelTimeFormat="htt"
Skin="Office2007" ValidationGroup="RadScheduler1" ShowFooter="false"
SelectedView="DayView" DayEndTime="23:00:00" DayStartTime="00:00:00"
>
<Localization AdvancedAllDayEvent="All day"></Localization>
<AdvancedForm DateFormat="M/d/yyyy" TimeFormat="h:mm tt"></AdvancedForm>
<WebServiceSettings Path="SchedulerData.asmx" ResourcePopulationMode="ServerSide" />
<DayView DayEndTime="23:00:00" DayStartTime="00:00:00" GroupBy="Rooms" />
</telerik:RadScheduler>
I'm I doing something wrong?
I'm using version 2009, 2, 701, 35