Menu
Reply To Topic Topic: Refresh a report without refreshing the page
:
Posted By Deleted User on 4/22/2015 2:25 PM
I had a page with multiple modules on it and one was a report that I wanted to refresh without refreshing the entire page. I was able to accomplish this by setting up a button with some javascript. The html looks like this: <button onclick="$('#dnn_ctr1571_ViewReports_Visualizer_grdResults').load(document.URL + ' #dnn_ctr1571_ViewReports_Visualizer_grdResults');return false; ">Refresh Report</button> Get the ID of the div for the report you want to refresh by viewing the page source. -For Reports using HTML template, look for dnn_ctrXXXX_ViewReports_Visualizer_pnlContent (XXXX is the ModuleID) -If your Reports module is using the basic gridview output, it will be dnn_ctrXXXX_ViewReports_Visualizer_grdResults
Username:
Security Code:
CAPTCHA image
Enter the code shown above in the box below.
Subject:
RE: Refresh a report without refreshing the page
Message:
Smilies

Submit

Cancel
Subscribe:
Topic Review