Hi guys,
Is it somehow possible to use an UpdatePanel or else to prevent the full Page Postback when using OnServer-Methods?
When putting a Schedule Control inside an UpdatePanel within a standard fresh built ASP.NET Web Forms App with .NET 4.5 all other controls are not causing a full Page Postback inside an UpdatePanel with EnablePartialRendering enabled on the ScriptManager but the Schedule Control will do a Page Postback eg. for accessing the OnServerAppointmentCreated Method.
Thanks,
Manuel