This is a migrated thread and some comments may be shown as answers.

Rad Windows reloads after Timer-Tick

1 Answer 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
David Rodriguez
Top achievements
Rank 1
David Rodriguez asked on 07 Jun 2011, 08:58 AM
Hello,
We have a RadGrid that updates data every 30 seconds with a timer object. You can select a radgrid row and then click a button from a radgrid toolbox. Then a radwindows appears associated with the selected row. The problem faces when the timer refreshes (Timer-tick). This timer refreshing makes that the rad windows also make a reload of the object (RadWindow). We tried unsucessfully to prevent the reloading of the rad window using the ajaxmanager.

Is there any option for not to reload the radwindow?.
Is there any option but not to stopping the timer?.

Kind regards.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 09 Jun 2011, 02:16 PM
Hi David,

As far as I understand your scenario, your RadWindow is reloading when not needed and you prefer to have a cached version of the content, am I correct? If so, I will really need more details about your exact setup, especially the following one:

1) How do you open the RadWindow - by using radopen and RadWindowManager or by using separate RadWindow objects? If you are using a manager, make sure you assign unique ID and you do not dispose the created objects - otherwise a completely new object will be created and thus - the content be loaded again.

2) Have you set DestroyOnClose or ReloadOnShow properties?

Please, provide the requested information or best - a very simple setup which shows your scenario and once I get a better understanding on what is actually going on I will do my best to help.
 

Regards,
Svetlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
David Rodriguez
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or