How To Redirect To URL By Clicking Event
Answered: Use the following config: @(Html.DayPilotCalendar("dpc", new DayPilotCalendarConfig { // ... EventClickHandling = EventClickHandlingType.JavaScript, EventClickJavaScript = "window.location.href = 'Ed...
DayPilot