Unplanned
Last Updated: 14 Apr 2022 05:10 by ADMIN
Luuk
Created on: 24 Feb 2020 08:31
Category: KendoReact
Type: Feature Request
11
Reactjs Scheduler 'allDaySlot' property

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,

3 comments
ADMIN
Stefan
Posted on: 14 Apr 2022 05:10

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.

An
Posted on: 13 Apr 2022 16:07

Hi

Just wondering if you implemented this feature for ReactJS?

Thanks

An

ADMIN
Stefan
Posted on: 24 Feb 2020 13:00

Hello, Luuk,

Thank you for the suggestion.

We will monitor the interest in this and plan it accordingly.

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items