Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler CustomView definition is missing EventHeight property #8109

Open
eyupyusein opened this issue Jan 17, 2025 · 0 comments
Open

Scheduler CustomView definition is missing EventHeight property #8109

eyupyusein opened this issue Jan 17, 2025 · 0 comments

Comments

@eyupyusein
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant