I need to add some margins to the events, so that they look like this:
Is there a way to achieve that with Kendo Scheduler for Angular?
Thanks
1 Answer, 1 is accepted
0
Yanmario
Telerik team
answered on 30 Oct 2023, 09:57 AM
Hi Anton,
In general, our events are rendered outside of the cells of the table, and their position is calculated which makes it a bit hard to implement the desired rendering.
If losing event rendering responsiveness isn't an issue, then the developer can use some custom CSS and adjust the width and margin of the event class. Example:
Feel free to adjust the CSS to fit your specific need, but a fair warning that this approach isn't officially supported and any rendering issues that come with it have to be resolved by the developer.