Prevent Disable Page Refresh when edit item modal dialog box closes
have a custom list which in display view has data connections to 10 other webparts.  Upon adding, editting, deleting items from the 10 other web parts it refreshes the entire page.  The page refresh is taking 5-6 seconds which is too long.

I would like to know how i can disable the page reload the occurs everytime a web part item is add, edited or deleted so that data entry can occur faster.

users will be expected to click the manual refresh button that i have enabled under the web part Ajax options.
October 10th, 2013 3:40am

Hi,

Please check the Ajax Option as follows:

Enable Asynchronous Update: enabling this option will make paging, sorting, filtering work without full page refreshes.

Show Manual Refresh Button: enabling this option will show an icon to allow the user the refresh the data manually, once again without refreshing the rest of the page.

Enable Asynchronous Automatic Refresh: when enabled, the Web Part will dynamically refresh the date its showing, without completely reloading the page. The interval can be specified in the textbox below.

Automatic Refreshing Interval: specifies the interval used in the previous option.

Enable Asynchronous Load: when enabled, the Web Part will initially be displayed without any data in it. But once the page is loaded, the Web Part will asynchronously fetch the data afterwards. When the data is being loaded, the Web Part will display an animation. This option will speed up the initial page load.

More information is here:

http://weblogs.asp.net/jan/archive/2010/03/01/little-sharepoint-2010-gem-ajax-options-in-list-view-web-parts.aspx

If the problem remain unsolved, we can use a little JavaScript to stop the timer when you open the modal, then start it back up once the modal is closed.

The following link for your reference:

http://social.technet.microsoft.com/Forums/en-US/d5082892-61f8-47cc-8570-1fb7705b98ab/modal-dialog-closes-on-page-refresh?forum=sharepointgeneralprevious

Best Regards,

Dennis Guo

Free Windows Admin Tool Kit Click here and download it now
October 15th, 2013 6:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics