在 Kendo-Scheduler 中自动扩展事件的高度?

Auto expand the height of event in Kendo-Scheduler?

我正在尝试动态设置事件的高度。

我在视图中尝试了 eventHeight。它改变了所有事件的高度。我需要一种方法来根据文本的长度自动调整 eventHeight 的大小。

这是我想要的东西,但我找不到在 Kendo-Scheduler 中做同样事情的方法。

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/details/auto-expand-the-height-of-the-appointment-to-accomodate-the-entire-subject-in-month-view

您需要将以下规则添加到您的 CSS 文件中:

.k-event {
    height: auto !important;
}