Home Unanswered Active Tags New Question

How to show only specified date in scheduler

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

Asked by Khalid Mehmood 3 years ago.
Replies
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).
Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

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