How to render EJWEB Scheduler in Unobtrusive mode?
This knowledge base article explains the way to render the Scheduler control in unobtrusive mode.
Step 1: Create an ASP.NET Web Forms application with the default scheduler example code by referring the following knowledge base link.
https://www.syncfusion.com/kb/3948/how-to-add-the-ejweb-schedule-control-in-the-asp-net-application
Step 2: Refer the ej.unobtrusive.min.js script file with the Site.Master file as mentioned below.
<%:Styles.Render("~/Content/ej/web/default-theme/ej.web.all.min.css") %>
<%: Scripts.Render("~/Scripts/jquery-3.2.1.min.js")%>
<%: Scripts.Render("~/Scripts/jsrender.min.js")%>
<%: Scripts.Render("~/Scripts/ej/ej.web.all.min.js")%>
<%: Scripts.Render("~/Scripts/ej/ej.unobtrusive.min.js")%>
Step 3: Run the sample and the scheduler control will be rendered successfully in unobtrusive mode.

Figure 1: Schedule control rendered in unobtrusive mode.
Sample Link:
http://www.syncfusion.com/downloads/support/directtrac/188024/ze/Schedule_Unobtrusive-1295911194