Scroll issue after hiding 'all day' from kendo angular scheduler

1 Answer 88 Views
Scheduler
shabana
Top achievements
Rank 1
shabana asked on 22 Dec 2021, 10:39 AM

After hiding 'all day' from kendo angular scheduler using below code, we are facing scroll issue. In week view when we scroll, only the view from Sun to  Sat scrolls leaving Time bar fixed. And hence there is a mismatch in alignment of and timings in UI.

Can you please help us in fixing this scroll issue hiding 'all day' feature.

Please find the attached image for reference.

 

.hide-all-day .k-scheduler-table tr:nth-of-type(0),
.k-scheduler-times-all-day,
.k-scheduler-table.k-scheduler-header-all-day {
  display: none;
}

1 Answer, 1 is accepted

Sort by
0
Hetali
Telerik team
answered on 23 Dec 2021, 10:12 PM

Hello Shabana,

Upon hiding the 'All day' row from the Kendo UI Scheduler, the scrolling works as expected in the Week View as seen in this StackBlitz example.

To further help you resolve this issue, could you please update the StackBlitz example such that it replicates the issue observed or send an isolated Angular application?

I also recommend using Fiddler Jam to record the problem in real time. This will give me additional information to start investigating. You do not need to sign in, it's a quick process. Take the following steps:

  1. Install the Fiddler Jam browser extension and click the "record" button.
  2. Reproduce the problem in your app, then stop recording (you'll get a link from Fiddler Jam).
  3. Reply to this ticket with the link.

Looking forward to hearing from you.

Regards,
Hetali
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
shabana
Top achievements
Rank 1
Answers by
Hetali
Telerik team
Share this question
or