search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

How do I disable TimeRangeSelection for a particular date (Ex sunday)

Asked by B
7 years ago.

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

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.