[Solved] How to remove the space on the right of the event within the day column in the week view

1 Answer 26 Views
Scheduler
Franck
Top achievements
Rank 1
Franck asked on 10 Jun 2026, 01:51 PM

Hi,

Is it possible to remove the space to the right of the events in the week view? I would like to center the events in the day columns with a small margin on the left and right. 

Another question, the "k-current-time" line is far too discreet; is it possible to make it more visible by drawing a line across the entire length of the calendar? In day view, the width of the element is set to only 1px. In timeline view, the line takes the entire height of the control as expected. Normal behavior or bug?

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 15 Jun 2026, 08:53 AM

Hello Franck,

Thank you for reaching out to us. 

The Scheduler component calculates the position and size of each event and places it based on that. Adding custom styles that alter this functionality can produce unexpected and unwanted results.

Regarding the current time marker. Indeed it is not clearly visible. In order to make it more pronounced I suggest adding the following CSS to the page. It will make the line take the whole width of the Scheduler:

<style>
	.k-current-time {
	  width: 100%;
	}
</style>

That said, I have logged a task in our backlog to improve the appearance of the current time marker. You can monitor the status of the issue in our public GutHub repo: https://github.com/telerik/kendo-ui-core/issues/8491

As a token of gratitude for reporting this to us I have updated your Telerik points.

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