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

onBeforeRowHeaderExport never called

Asked by linuski
4 years ago.

My environment: Angular 8 - DayPilot Pro 2019.4.4073

While exporting my scheduler, It seems that onBeforeRowHeaderExport method is never called.
Others export method are called.

export() {
const element = this.scheduler.control.exportAs('png', { area: 'viewport' });
element.download('export.png');
}

config is :

config {
...
onBeforeCellExport: args => this.onBeforeCellExport (args),
onBeforeEventExport: args => this.onBeforeEventExport (args),
onBeforeRowHeaderExport: args => this.onBeforeRowHeaderExport (args),
onBeforeTimeHeaderExport: args => this.onBeforeTimeHeaderExport (args),
...
}

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

This was a regression that should be fixed now in the latest build (2019.4.4124+).

Please let me know if the problem persists.

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