Hi Dan and Team,
Is it possible to display a daypilot modal dialog from the code behind of a web form?
If so, please advise how..
Thanks & Regards
Dave
The only way to open the modal dialog from the server side is to run the required js code using RegisterStartupScript() method. This technique is used by the Util.Modal class that comes with the modal dialog (it calls parent.DayPilot.ModalStatic.close() on the client side to close the modal dialog):
https://code.daypilot.org/81367/daypilot-modal