Skip to content

Scheduler CustomView definition is missing EventHeight property #8109

@eyupyusein

Description

@eyupyusein

The Scheduler does not provide EventHeight property for the CustomView type:

Image

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions