I'm using MVC4 and DHTMLX Scheduler. I am not understanding how DHTMLXScheduler.NET is triggering the Data() method.
public ActionResult Data(string from, string to, string groupId)
{
return new SchedulerAjaxData(calendarModel);
}