I am running into an issue where my RadScheduler's TimeSlotCreated event gets fired BEFORE my Page_Load function on a postback, where my logic in Page_Load() needs to run before the TimeSlotCreated event gets fired off.
I saw in some past patch notes for Q2 2008 SP1 (version 2008.2.826) HERE one of the fix notes under RadScheduler:
- TimeSlotCreating is not fired before Page_Load on post back.
I am currently developing with ASP.NET AJAX Q3 2009, and am still seeing TimeSlotCreated event getting called before my Page_Load
Something I am doing wrong? Or is the bug still in the version I am using?
I saw in some past patch notes for Q2 2008 SP1 (version 2008.2.826) HERE one of the fix notes under RadScheduler:
- TimeSlotCreating is not fired before Page_Load on post back.
I am currently developing with ASP.NET AJAX Q3 2009, and am still seeing TimeSlotCreated event getting called before my Page_Load
Something I am doing wrong? Or is the bug still in the version I am using?