How to i can show a specific error in the page from a DayPilot Scheduler callback? I cannot use updateWithMessage because i need show outside scheduler area.
You can pass custom data to Update() method on the server side.
This data will be available in the client-side AfterRender event handler (AfterRenderJavaScript property):
See also: https://doc.daypilot.org/scheduler/callback-update/
Let me know if it didn't help.
Thanks, it works. I was using exactly AfterRenderJavaScript method but with UpdateWithMessage method.