DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » How To » Disable clicking on control

Disable clicking on control

Hello,

When my page is loading (ajax....) I would like to disable clicking on DayPilot calendar control.

How can I do that ?

Thanks
Anonymous - 3/27/2008 6:03:40 PM
Do you mean temporarily (just for a few seconds until the page is fully loaded) or until the users clicks something to enable it?
Dan Letecky - 3/28/2008 12:39:52 PM
Exactly "temporarily (just for a few seconds until the page is fully loaded)" .
Anonymous - 3/28/2008 2:50:50 PM
That's not possible at the moment.

I think the easiest way would be to draw a special (possibly semi-transparent) div over the calendar and remove it after your initializations are finished.
Dan Letecky - 4/1/2008 11:51:17 AM
Post reply