TimeRangeSelectedHandling = TimeRangeSelectedHandlingType.CallBack Issue
9 years ago.
Hello there
I am using MVC scheduler and I'd like to call a popup window when I click an empty cell. I have found example using javascript which uses daypilot model extender, but I'd like to use the in-build bootstrap pop up window by calling a view
Have you got any example in MVC where I can call a view using
protected override void OnTimeRangeSelected(TimeRangeSelectedArgs e)
{
// I'd like to call a view or funcion which calls a view
}
Thanks
Binon
DayPilot