This is a migrated thread and some comments may be shown as answers.

[Solved] WebServiceSettings GroupBy NOT working

1 Answer 139 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mickey
Top achievements
Rank 1
Mickey asked on 08 Jul 2009, 12:23 PM
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


1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 10 Jul 2009, 01:10 PM
Hello,

This error can occur when no resources have been loaded on the server. You can check that by handling the server-side DataBound event and inspect the Resources property of RadScheduler.

Also, keep in mind the grouped month view is not yet supported and you'll have to move GroupBy from the RadScheduler tag to that of the individual views. Sorry for the inconvenience.

All the best,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Mickey
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or