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

RadScheduler Resource Availability Issue

3 Answers 78 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Emmanuel Morales
Top achievements
Rank 2
Emmanuel Morales asked on 24 Mar 2010, 10:45 PM
Hi,

I tried setting-up the RadScheduler for an ASP.Net MVC website using the sample provided by the Telerik team in the following thread:


...and most features seem to work as expected except for tracking the availability of resources (http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourceavailability/defaultcs.aspx). For some reason, the date in the header shows in week range format (e.g. 3/25/2007 - 3/31/2007) and not in day format (e.g. Friday, March 30, 2007). Also, when I click on the next/previous buttons in the scheduler header, it is advanced a full week and not a day.

I've tried updating to the latest version of the "Telerik.Web.UI" assembly and still no luck.

Any clues as to what could be causing this?

BTW, you can test this by taking the sample provided in the thread above and adding a "GroupBy" for one of the available resources.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 29 Mar 2010, 01:21 PM
Hello Emmanuel,

You can control the format of the date header via the HeaderDateFormat property for a specific view. For example:

Index.aspx
<telerik:RadScheduler runat="server" ID="RadScheduler1" GroupBy="Calendar" GroupingDirection="Vertical">
       <WebServiceSettings Path="~/Models/SchedulerWebService.asmx" ResourcePopulationMode="ServerSide" />
       <DayView HeaderDateFormat="dddd, MMMM d, yyyy" />
   </telerik:RadScheduler>

As for the issue when you are in day view and click on the prev/next period arrow, indeed RadScheduler switches a whole week instead of just a day. This problem occurs in the latest version - 2010.1.309, but no with the older version - 2009.3.1208. I will log the issue and we will address it shortly. Thanks for reporting it.


Kind regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
vinod nagda
Top achievements
Rank 1
answered on 01 Jul 2010, 01:35 PM
Hi, Peter

i m using Radscheduler in my project and i have created recurrences for each appointment
Is there any API available which can give me the all information of all Recurrences.
(Recurrence List).so that i can see all the recurrences and there values in that list.


                                                   Thanks in advance.
                                                                 vinod
0
Peter
Telerik team
answered on 05 Jul 2010, 09:33 AM
Hi Vinod,

Yes, you can parse the recurrence rule like in this kb article. Also, I recommend you review the help topic on Working with Recurring Appointments.


Best wishes,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Emmanuel Morales
Top achievements
Rank 2
Answers by
Peter
Telerik team
vinod nagda
Top achievements
Rank 1
Share this question
or