Home Unanswered Active Tags New Question

Scheduler setting up

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.

Asked by Anonymous 8 months ago.
Replies

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.

Answer posted by Dan Letecky [DayPilot] 8 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java