Link to home
Start Free TrialLog in
Avatar of kriskyk
kriskyk

asked on

Prevent Disable Page Refresh Reload on closing web part modal dialog box

I 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.
Avatar of Yagya Shree
Yagya Shree
Flag of India image

You have to use custom code to make this happen. Please check the link below:

<Competitor link removed - RainerJ, Topic Adisor>
Avatar of kriskyk
kriskyk

ASKER

I read the link, but could you expand on how to this specifically?
ASKER CERTIFIED SOLUTION
Avatar of Yagya Shree
Yagya Shree
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kriskyk

ASKER

Any possible solutions or alternatives using Jquery/javascript on the client side?
This page refresh can not be set specific to a client where it would be global for entire site. Hence not possible just for specific client.