Greetings, Is there a way to easily move the "show all day" / "show business hours" out of the footer and into the header next to the view selector list? I tried moving it with jQuery, but it loses its functionality at that point:
$(
".k-scheduler-fullday"
).parent().insertAfter(
".k-scheduler-views"
)
It would be great to be able to move the button without having to recreate the functionality myself. Thanks in advance for any help!
Rafe