How to drag events to queue on iPad, currently it does not trigger events
How to drag events to queue on iPad, currently it does not trigger events
on gantt row expand
hello, how to add logic to event “on gantt row expand” when the user press the gantt_default_tree_image_expand image OnToggle also would work if i could get the action (collape ot expand)
change the Gantt link shape
Answered: Yes, you can use the same property (linkShape) in the Gantt Chart.
Is it possible to add custom html and css to the daypilot gantt?
Answered: You can use the onBeforeTaskRender event handler to customize the task boxes. This event will let you set custom color easily. {
onBeforeTaskRender: (args) => {
args.data.box.backColor = "#cc...
when custom theme link is not proper
When custom theme gantt chart, link between task is not displayed properly arrow is replayed like a semicircle
How to handle the progressBar per row in scheduler Angular
Answered: You can take a look at the JavaScript Scheduler: Resource Utilization Chart for Rows tutorial:
ExcelJS is not an optional property in the scheduler config
Answered: Thanks for reporting the problem. This issue has been fixed in a special release (2025.1.6429), which is now available.
Hovering a draggable event and change row background-color
Answered: Sorry for the delay. This can be done like this: const scheduler = new DayPilot.Scheduler("scheduler", {
onRowMouseOver: args => {
if (app.dragging) {
args.row.cells.all()....
Is it possible to edit gantt chart event
Answered: Yes, it is possible to activate inline editing mode for the row headers, or you can open a modal dialog with task details on click (see Task Editing).
List of all questions.