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

Reload/Refresh from Javascript

1 Answer 156 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Allan Varcoe
Top achievements
Rank 1
Allan Varcoe asked on 28 Oct 2009, 01:28 PM
Hi,

I have a RadScheduler on a page, together in a splitter with a few other controls. When the user clicks on a time slot in the scheduler, a pop-up window in another web application is opened. This is accomplished using JS on the scheduler. When the user exits the other web application and closes that window, I want the scheduler to reload (i.e. re-read the data from the datasource).

I can only accomplish this by JavaScript in the other web application, but how can I reload the scheduler using JS?

Best regards
Allan Varcoe

1 Answer, 1 is accepted

Sort by
0
Vesko
Top achievements
Rank 2
answered on 02 Nov 2009, 07:59 AM
How about using the location.reload method:

window.location.reload(true); 





Tags
Scheduler
Asked by
Allan Varcoe
Top achievements
Rank 1
Answers by
Vesko
Top achievements
Rank 2
Share this question
or