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

How to show only specified date in scheduler

Asked by Khalid Mehmood
15 years ago.

i have saved from & to date using monthview control in database.

now i have to provide from and to date to scheduler so that user can enter events only in specified dates or it would be better if scheduler should show only those dates.

please help me.

thanks

Comment posted by Dan Letecky
15 years ago.
If you mean going from DayPilotMonth (month view) to DayPilotCalendar (day view) after clicking a day cell:

It should be possible by handling TimeRangeSelected event of DayPilotMonth and then switching to the day view (either by showing/hiding the DayPilot controls on the same page using UpdatePanel for instance; or by navigating to another page).
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.