Unplanned
Last Updated: 17 Mar 2022 09:18 by ADMIN
Neil
Created on: 07 Jan 2020 08:26
Category: Scheduler
Type: Feature Request
7
remove / hide 'show business hours' button

I don't want this feature and I would like to hide this button.

At the moment, CSS like this can do the job, but this should be a parameter on the component or the particular view.

        .no-businesshours .k-scheduler-footer {
            display:none;
        }

    <div class="no-businesshours">
        <TelerikScheduler Data="@Appointments" @bind-Date="@StartDate" @bind-View="@CurrView" Height="600px" Width="800px">
            <SchedulerViews>
                <SchedulerDayView StartTime="@DayStart" />
                <SchedulerWeekView StartTime="@DayStart" />
                <SchedulerMultiDayView StartTime="@DayStart" NumberOfDays="10" />
            </SchedulerViews>
        </TelerikScheduler>
    </div>

4 comments
ADMIN
Dimo
Posted on: 17 Mar 2022 09:18

@Bob

Please ensure that the Telerik .resx file is up-to-date. The latest version is included in the offline demo site that you can download from your Telerik account.

Here is a Scheduler localization page that works: https://demos.telerik.com/blazor-ui/scheduler/globalization

On a side note, let's keep each feature request focused on one feature and void of troubleshooting discussions. Thank you for understanding.

Regards,
Dimo
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.

Bob
Posted on: 10 Mar 2022 18:22

I would like the ability to also change the text of the label (and change the default toggle option).  The application where we are using this control is for a class scheduling system - I'd like the ability for it to read "Show School hours".

Also - this same app supports internationalization - when we flip our UI to Spanish - many of the controls in the Scheduler do change (and it looks pretty good!!)  - but the labels for the following stay in English:

Week
Month
Today
Previous (tooltip on button)
Next (tooltip on button)
Show business hours

 

ADMIN
Marin Bratanov
Posted on: 26 Jun 2021 15:32

Hello James,

You can Follow the implementation of that here: https://feedback.telerik.com/blazor/1464930-show-business-hours-in-scheduler-programmatic-control. Your Vote is already added to it which raises its priority.

Regards,
Marin Bratanov
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.

James
Posted on: 21 Jun 2021 13:29
I would like a little bit different option.  I would like the ability to default the scheduler to Show Business Hours by default.