Custom Scheduler Views in Kendo UI for Angular

1 Answer 63 Views
Scheduler
Luigi
Top achievements
Rank 1
Luigi asked on 02 Jul 2024, 09:53 AM

Hi.
In JQueryUI Scheduler component is possible to customize views extending class.
Here's Kendo documentation with example:
https://docs.telerik.com/kendo-ui/knowledge-base/custom-view

Our old schduler application used a custom view obtained with this feature and we need to port same behaviour in the new angular application.

Is possible to customize Scheduler' views in Kendo UI for Angular in the same way you gave possibility with JQueryUI and how?

1 Answer, 1 is accepted

Sort by
0
Yanmario
Telerik team
answered on 05 Jul 2024, 06:05 AM

Hi Luigi,

I have provided an answer to your question in the private thread, but for public knowledge, I will also provide it here.

A custom view can be created in our Scheduler using the SchedulerViewDirective, but our view components cannot be used inside that custom view.

Here is an example of how to render and navigate to a custom view component:

https://stackblitz.com/edit/angular-ssfrqv-pbj2pj?file=src%2Fapp%2Fapp.component.ts

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Scheduler
Asked by
Luigi
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or