iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I am using webgrid 7.0. I have a requirement wherein I need to refresh the .aspx page (NOT just the WebGrid) after completing an update via the OnTheFlyPostback. Is there any way to do it either from the server side or the client side event that webgrid raises.
Any reply much appreciated.
Thanks
Dhaval
Hello Dhaval,
Please try to use Submit method to trigger postback for entire page.
e.g
function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject) { var WebGrid1 = ISGetObject(controlId); if (actionName == "Refresh") { document.form1.submit(); } return true; }
Hope this helps.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname