DayPilot Lite for ASP.NET MVC 1.3 SP1

 Release date: June 19, 2013 (build 1.3.395)

Redirect() Method

The new Redirect() method allows you to redirect the page to another location during a CallBack request.

protected override void OnEventClick(EventClickArgs e)
{
  Redirect("~/Dialog/Edit?id=" + e.Id);
}

Improvements

  • Using a single script file (daypilot-all.min.js) (build 380)
  • Checking the JavaScript client version on the server side. (build 381)
  • [Calendar] Redirect() method on the server side allows redirecting during a CallBack request. (build 382)
  • [Month] Redirect() method on the server side allows redirecting during a CallBack request. (build 382)