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 » Features » DayPilotMonth refreshCallBack

DayPilotMonth refreshCallBack

Will you add this Ajaxoption in the near future?
Vadim - 2/19/2008 9:55:22 AM
Yes, I would like to add it as soon as possible (release 4.6 or 4.7).
Dan Letecky - 2/20/2008 4:15:29 PM

Thanks Dan for response. I tryed to refresh DPMonth by UpdatePanel but not successful

string[] parameters = Request["__EVENTARGUMENT"].Split('&');
DPMonth_DataBind(null);
pnlUpdateMonth.Update();

Vadim - 2/21/2008 2:44:23 PM
Post reply