I use contextmenu to print a report.
I test the command of DayPilotScheduler1_EventMenuClick which is "print"
I want to open a new form and i use (which works with other page in vb.net)
"<script language=" + Chr(34) + "javascript" + Chr(34) + ">window.open('" + sUrl + "','" + sW + "');</script>"
nothings displays, no window opens.
Have you a solution ?