There are any methods in your API to get the status of "Business hours/Full day" button?
Thank you
1 Answer, 1 is accepted
0
Accepted
Magdalena
Telerik team
answered on 20 Nov 2015, 08:12 AM
Hello Philippe,
I am afraid that there is no implemented API for checking this value. You can get it for example by looking for "full" substring in the "Show business hours" button by the following:
var isShownFullDay = $(".k-scheduler-fullday .k-link").text().indexOf("full") < 0;
Regards,
Magdalena
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!