search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler setting up

Asked by Anonymous
12 years ago.

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.

Answer posted by Dan Letecky [DayPilot]
12 years ago.

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.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.