- This topic is empty.
- AuthorPosts
-
- 12/18/2014 at 9:49 am #4576
AnonymousParticipantHi,
n
Would it be possible to use JavaScript to refresh a single QAPPS web part on a page. For example I have a qListView and a qListForm on the same page and I would like to refresh just the qListView which shows a list of documents. If I fresh the whole page I will lose any updates I have made but not saved in the qListForm.
n
Regards
n
- 12/18/2014 at 9:49 am #7392
AnonymousParticipantHi ,
n
If you want to refresh qListView, the simplest way is click the "Next Page" button and then click the "Previous Page".
n
Other solution is that, edit qListView and go to the "Custom Display", set the "Results Footer" with below script. Save the setting. Mouse over on any item in qListView ,and then click the "Refresh" link at the bottom of qListView to refresh the web part.
n
<a onclick="if(currentRadGrid!=null){
try
{
currentRadGrid.rebind();
}
catch(er){}
}
return false;">Refresh</a>n
n
Thanks,
n
William
n
-
- AuthorPosts
You must be logged in to reply to this topic.