Uncaught TypeError: DayPilotMonth.Month is not a constructor
Asked by Alex
10 years ago.
10 years ago.
My Code:
@Html.DayPilotMonth("dp", new DayPilotMonthConfig
{
BackendUrl = Url.Content(Url.Action("Backend", "Appointment"))
})
but when you open it gives me the following error Uncaught TypeError: DayPilotMonth.Month is not a constructor
DayPilot