Hi I am trying to wrap some Telerik asp.net ajax controls. In the example I’ve got the radscheduler control.
It works fine using the normal aspnet wrapper that you guys created however I am try to get it work using ajax and avoiding the pageback and control flicker.
Any ideas to what I could be doing wrong?
Thanks,
Mark
Yeah I started playing around with that and I might end up switching. One of the nice features that RadScheduler has is how it handles recurrence of tasks. Though I am fighting some issues with it at the moment.
Thank you for the update.
We also have the FullCalendar extension (https://wisej.com/extensions/). It’s a fully integrated jquery-based widget (no iframe) that uses Wisej remote model to receive events in pages – it can handle unlimited events. It can be themed with plain css and it allows for very deep integration with your app.
/Luca
Here is the updated example. So it is just UpdatePanelAspNetControl so any asp.net control that works with an update panel would work well with it.
Nevermind I got rid of the Telerik Script Manager, Telerik Ajax Manager and just used a ScriptManager and UpdatePanel and it updates now much faster with no flickering/refresh.
Please login first to submit.