Answered: OK. Finally got this to work. this was my final version: var image = this.$scope.dps.scheduler.exportAs("SVG" ,{ area: "range", dateFrom: this.formatDate(fromDate), dateTo: this.formatDate(toDate), q...
Answered: If the scheduler works the same as the Month control, n the relevant Before_Render event, check Control.IsExport before writing your HTML (you can export with plain text instead)
Answered: After some experimenting, I've found a workaround. The following code prompts the user to open/save the image. This makes it printable from IE as well. Response.Clear(); Response.ContentType = "image...
Answered: Printing is supported through image (PNG/JPG/GIF) export in DayPilotCalendar. Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.org/demo/Calendar/ ...
Answered: You are right that it's not possible at the moment. I plan to add the missing features to DayPilotSchedulerDynamic so that's the way to go (you just need to wait a little bit). There is a raising num...
Answered: Since DayPilot Pro 4.9 , printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.o...
Answered: Since DayPilot Pro 4.9 , printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.o...