Loading...

RE: Refresh QAPPS Web Part

RE: Refresh QAPPS Web Part

#7392
Anonymous
Anonymous
Participant

Hi ,

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