Good day!
In reference to my earlier post regarding the slow CRUD, I think it is due to our requirement of dynamically creating a RadScheduler from the code-behind, putting it inside a RadPane . We needed this approach since a user can select one or more schedules to display at a time. I added the creation on Page_Load() regardless if it is a postback or not, so the scheduler controls will always display. This causes all initializations for each scheduler to be called everytime a request is made. Is there any other approach for this?
Thank you very much.
In reference to my earlier post regarding the slow CRUD, I think it is due to our requirement of dynamically creating a RadScheduler from the code-behind, putting it inside a RadPane . We needed this approach since a user can select one or more schedules to display at a time. I added the creation on Page_Load() regardless if it is a postback or not, so the scheduler controls will always display. This causes all initializations for each scheduler to be called everytime a request is made. Is there any other approach for this?
Thank you very much.