AJAX Calendar/Scheduling Controls
I can't seem to setup the Scheduler in my ASP.net project. The datasource I used for the Calendar worked perfectly. But the very same datasource won't show anything. Unfortunately the online tutorial doesn't show how to setup a Schedule.
Can anyone just provide me with sample code that I can use to setup one booking?
Thank you.
I guess the problem is that the DataResourceField value doesn't match the Resource.Value. It must match exactly, i.e. the same case, no extra spaces, etc.
See a general explanation for the Pro edition:
http://kb.daypilot.org/101644/events-not-showing-up-in-the-scheduler/
The debugging instructions won't work with the Lite edition but the matching logic is the same.
You can also check the source code of the example:
http://www.daypilot.org/demo/Lite/SchedulerMonth.aspx
It's included in the Lite package at Demo/SchedulerMonth.aspx.
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java