How to highlight today's date in the Telerik Blazor scheduler component?

1 Answer 118 Views
Scheduler
sudath
Top achievements
Rank 2
Iron
Iron
sudath asked on 12 Oct 2022, 06:14 AM

I developed the Telerik Blazor Scheduler component.

Like this:

I want to highlight the current date like the team's calendar. 

Like this:

This is a coding part:

<TelerikScheduler
            Data="@Appointments"
            Date="@StartDate"
            OnItemClick="@OnItemClick"
            @bind-View="@CurrView"
            DateChanged="@DateChangedHandler"
            Height="480px">

                <SchedulerResources>
                    <SchedulerResource Field="ManagerName" Data="@Managers" />
                </SchedulerResources>

                <SchedulerViews> 

                <SchedulerWeekView
                    StartTime="@DayStart"
                    EndTime="@DayEnd"                  
                    SlotDuration="30"
                    SlotDivisions="5"/>

                </SchedulerViews>

            </TelerikScheduler>

 

 

It can be done or not? Please help me

1 Answer, 1 is accepted

Sort by
1
Accepted
Svetoslav Dimitrov
Telerik team
answered on 16 Oct 2022, 11:27 AM

Hello Sudath,

We have an open feature request for the OnCellRender event that is scheduled to be released with our upcoming 3.7.0 release, due on the 9th of November. This event will allow you to apply a specific background color based on application logic. 

Regards,
Svetoslav Dimitrov
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.

Tags
Scheduler
Asked by
sudath
Top achievements
Rank 2
Iron
Iron
Answers by
Svetoslav Dimitrov
Telerik team
Share this question
or