Creating a wrapper for Telerik controls

0
0

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

  • You must to post comments
0
0

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.

  • You must to post comments
0
0

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

  • You must to post comments
0
0

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.

  • You must to post comments
0
0

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.

  • Louis Amenyo
    Kindly drop drop the updated Telerik Wrapper here
  • Louis Amenyo
    Did you get the radgrid filter working? kindly explain. thanks
  • Mark Reed
    Didn’t need to do anything special just “public class Scheduler : Wisej.Web.Ext.AspNetControl.AspNetWrapper “
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.