Scheduler CustomView definition is missing EventHeight property #8109
Labels
Bug
C: Scheduler
FP: Unplanned
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
S: Wrappers (ASP.NET MVC)
The Scheduler does not provide EventHeight property for the CustomView type:
This cannot compile:
views.CustomView("MultiMonth", view => view.Title("Multi-month").EventHeight(60).Selected(true));
Which prevents us from setting EventHeight when creating HtmlHelpers version of this implementation:
https://docs.telerik.com/kendo-ui/knowledge-base/custom-view
{ type: "ThreeDayView", title: "Three day view", selected: true, eventHeight: 60 }
https://dojo.telerik.com/XtMMTCbl/10
The text was updated successfully, but these errors were encountered: