Hey,
It would be great if the 'allDaySlot' property on the Scheduler component could be added to the Reactjs version. We would like to hide the all day slot on our scheduler but currently this isn't possible.
Kind regards,
Hello, An,
The property is still under consideration. Until it is ready, you can use the following approach to hide it:
It can also be achieved with the current version with some custom code and CSS:
/* the nth child will depend on the rendered group items */
.k-scheduler-head .k-scheduler-group:nth-child(2) {
display: none;
}
https://stackblitz.com/edit/react-k32fvl-svp4ul?file=index.html
I hope this is helpful.
Regards,
Stefan
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi
Just wondering if you implemented this feature for ReactJS?
Thanks
An
Hello, Luuk,
Thank you for the suggestion.
We will monitor the interest in this and plan it accordingly.
Regards,
Stefan
Progress Telerik