I have an 'editor.aspx' page that has some RadEditor controls and an asp:Timer control to perform auto-save.
The editor.aspx page is running inside a RadWindow but when the RadWindow is closed the timer continues running.
Why does this happen? Is there any way to stop the timers, as the Timer control is in 'editor.aspx' but the RadWindow is in the parent aspx page.
The editor.aspx page is running inside a RadWindow but when the RadWindow is closed the timer continues running.
Why does this happen? Is there any way to stop the timers, as the Timer control is in 'editor.aspx' but the RadWindow is in the parent aspx page.