Loading...

Refresh QAPPS Web Part

Refresh QAPPS Web Part

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #4576
      Anonymous
      Anonymous
      Participant

      Hi,

      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

    • #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

       

Viewing 1 reply thread

You must be logged in to reply to this topic.