Kendo Scheduler not firing change event when you reselect - javascript

I am having an issue with the kendo scheduler, the change event is not firing in a particular case.
When I select the calendar, let's Monday 23rd July to Friday 27th July. The change event fires with
Selection between 7/23/2018 12:00 AM and 7/27/2018 12:00 AM
Which is perfect, now if change my selection to be just Friday 27th July, the change event will not fire. Note that the change event will fire if I pick any other date that was previously selected. I need that change event to fire so I can update the dates that get sent back to the server. I don't know how to work around this.
It is the same scenario in their demo site: https://demos.telerik.com/kendo-ui/scheduler/events
Any help is appreciated. Thanks.
This is happening in the Month view

Related

how to hide times from fullcalendar other than businessHours

I am working on fullcalendar plugin. I am facing an issue hiding other times than businessHours. My Calendar starts with 12 AM and i want to start it from the businessHour lets say, 10:00 AM to 07:00 PM
i also want to know can we reload fullcalendar. I have to give choice if user want to see in timeSlot of 15 mins or 30 mins Whenever user clicks on that fullcalendar needs to be reloaded with the setting done by user.
Please help me fixing these.
Thanks,
Amod

Fullcalendar select specific period of time in an event slot

Is their a way to select a specific time in an event? For example, the time slot is from 8AM - 12Am and someone wants to schedule from 10AM to 11AM.
Can anyone give some advises on how to do this ?

Datepicker for Bootstrap, date selection errors for check in/out

I am using the bootstrap date picker and running into some errors. If you look at this page you will see an example of a check in, check out selector.
If I select Feb 8th as my arrival date and Feb 9th as my departure date and then select Feb 3st as my arrival date, I am unable to immediately select Feb 4nd as my departure date. I have to click in the page and then select the departure again. This might be as simple as saying if the arrival date is changed, refresh what the departure date shows in the drop down before displaying it.
Here is the page Im using it on.
That is may be due to if condition in changedate event of "checkin".
try it by that commenting if condition

How to visibly disable past timeslots for Day view jQuery fullcalendar

Is their a configurable way to visibly disable the past timeslots for the current day in the Day view of jQuery fullcalendar?
I'm displaying business hours 9:00 AM to 6:00 PM for the day. Consider the time now is 12:30 PM, I need to block users to book any events prior to 12:30 PM. Also the disabled timeslots has to be greyed out and unselectable. I can write the select callback validating the time selected. But need a visual effect to let the user feel that the past timeslots are not selectable.
Welcoming custom scripts too.
You could use eventAfterAllRender and append a css class to all slots which have passed.
It should be easy to work out how many rows you need to apply the class to (time of day in minutes / 30). Add the disabled css class to the td's and style with whatever you feel like.
This obviously won't actually disable the slots though and you will need to use the dayClick callback to disable past times

How to Select Multiple days in JQuery fullcalender Week Mode

I want to select multiple days in select event of jQuery fullcalender in week option. It is working in month option, same thing I want in week option. In week option, it is possible to select only one day.
How to select multiple days with from time and to time options?
You should be able to do this in the all-day section in the week-mode. This is the first row - just below the displayed days of the week.

Categories