Download
Download DayPilot Pro trial version (1.1 MB).
DayPilotProMvcTrial-2024.1.6086.zip
HomeCalendarMonthSchedulerGantt
AJAX timeline calendar for multiple resources.
Note: The Scheduler can be initialized using a jQuery plugin. Read more about the jQuery scheduler [doc.daypilot.org].

Source

<div id="dps_jquery"></div> 

<script type="text/javascript"> 
var dps = $("#dps_jquery").daypilotScheduler({ 
  backendUrl: '@Url.Content("~/Scheduler/Backend")', 
  height: 300, 
  heightSpec: "Max", 
  timeRangeSelectedHandling: "CallBack", 
  days: 7
}); 
</script>