I have an M$ timer which by default should not start. To my knowledge the only way to do this is to set the enabled property of the Timer to false. I also have a radajaxmanager which should control the various postbacks for the page, as well as postbacks from the timer.
This creates a problem however, as when I set the enabled property of the timer to false, the radajaxmanager can't see it and throws an error, as well as killing all other ajax calls handled by the radajaxmanager. I was hoping that I could use the radAjaxTimer seems to support such functionality through the autoStart property, however when I add it to my page the control isn' recognised.
Is there any viable solution to this whereby I can make the M$ timer not enabled but still handle its postbacks centrally through a radajaxmanager?
Thanks,
Mark
This creates a problem however, as when I set the enabled property of the timer to false, the radajaxmanager can't see it and throws an error, as well as killing all other ajax calls handled by the radajaxmanager. I was hoping that I could use the radAjaxTimer seems to support such functionality through the autoStart property, however when I add it to my page the control isn' recognised.
Is there any viable solution to this whereby I can make the M$ timer not enabled but still handle its postbacks centrally through a radajaxmanager?
Thanks,
Mark