search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler Grid HTML File

Related article: Angular 6 Scheduler Quick Start Project
Asked by Anonymous
4 years ago.

Hi, I have downloaded the trial version of Angular 6 Scheduler. I am able to do a few changes which are mentioned on the website. All I want is to change the HTML of the scheduler grid as per our project requirement. Any suggestions if it is possible to do so in a paid version?

Answer posted by Dan Letecky [DayPilot]
4 years ago.

The Scheduler grid can be customized using the API, such as onBeforeCellRender event handler (see https://doc.daypilot.org/scheduler/cell-customization/).

The full version includes unminified source code which you can further customize but that is rarely necessary.

Comment posted by Dan Letecky [DayPilot]
4 years ago.

Also, please note that there is no HTML file that defines the Scheduler structure. The DOM is generated using JavaScript and the Angular version uses a wrapper around the JavaScript core.

If you post an image with an outline of what you are trying to achieve I can give you a hint on how to implement it using the Scheduler API.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.