How to call javaScript method from CallBack DayPilotCalendar1_EventClick
12 years ago.
protected void DayPilotCalendar1_EventClick(object sender, EventClickEventArgs e)
{
ScriptManager.RegisterStartupScript(this, this.GetType(), "Pop", "editModal();", true);
}
in this call this function should open a modal window from javascript function.
but this doesnt happen.
thank you
DayPilot