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.