Loading...

RE: Close Dialog custom action

RE: Close Dialog custom action

#7058
Anonymous
Anonymous
Participant

Hi

n

If I understand your question well, you are using a qListView to display a list that contains many items, then user scroll down the list and select the item, click “Edit”, then the dialog is opened and navigate to the qListFrom to edit it. After closing the dialog, the qListView page will be refresh and the selected item status is gone.

n

But in my oppion, if the page is not refresh, the item cannot be updated in qListView.

n

But anyway, if you want to keep the selected item in qListView, I suggest you can set the ‘Launch Form In’ to ‘NewWindow’ instead of the ‘Dialog’(the default way is dialog in SP 2010). I show you the step below:

n

    n

  1. Open the ezEdit in qListView;
  2. n

  3. Cliek “Viewed Lists”;
  4. n

  5. Click “Edit” of the list;
  6. n

  7. Select the “Launch Form In” to “NewWindow”;
  8. n

n

After that, the edit page will be opened in a new window, and keep the item is selected after the new window opened.

n

 

n