How do I disable TimeRangeSelection for a particular date (Ex sunday)
Can i select particular time slots rather than all time slots?
Is there any way I can call the daypiloyt modal window from a MVC controller something like below
protected override void OnTimeRangeSelected(TimeRangeSelectedArgs e)
{
if (sessionStatus == SessionStatus.Active || sessionStatus == SessionStatus.All)
{
// Call the daypilot modal window
}
else{No Seelction}
}
AT THE MOMENT IUSE FOLLOWING WHICH SELECTS ALL THE BLANK CELL
TimeRangeSelectedHandling = TimeRangeSelectedHandlingType.JavaScript,
//TimeRangeSelectedJavaScript = "create(start, end, resource);",
Your help is appreciated.
Thanks
B