Home Unanswered Active Tags New Question

daypilot schedular printing issue

hi,

when iam trying to print live schedular its is printing good. but in the header is showing me like <div><a href:="javascript dpsd:command back etc iwand to show the date time plz help me

Asked by mike 1 year ago.
Replies

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)

Answer posted by Allen 1 year ago.

hi i am getting same problem how i can resolve this . my code is

Response.Clear();
Response.ContentType = "image/png";
Response.AddHeader("content-disposition", "attachment;filename=print.png");
DayPilotScheduler1.DataBind();
MemoryStream img = DayPilotScheduler1.Export(ImageFormat.Png);
img.WriteTo(Response.OutputStream);
Response.End();

please help me ASAP.

Comment posted by Anonymous 5 months ago.

hi
i am using zooming also in this section

Comment posted by Anonymous 5 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java