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