MVC4 と DHTMLX スケジューラを使用しています。DHTMLXScheduler.NET が Data() メソッドをトリガーする方法がわかりません。
public ActionResult Data(string from, string to, string groupId)
{
return new SchedulerAjaxData(calendarModel);
}
MVC4 と DHTMLX スケジューラを使用しています。DHTMLXScheduler.NET が Data() メソッドをトリガーする方法がわかりません。
public ActionResult Data(string from, string to, string groupId)
{
return new SchedulerAjaxData(calendarModel);
}