﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebScheduler - Refresh Page afer Update WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Refresh-Page-afer-Update-WebGrid/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Refresh Page afer Update WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Refresh-Page-afer-Update-WebGrid/</link><pubDate>Tue, 18 May 2010 12:08:04 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Dhaval,&lt;/p&gt;&lt;p&gt;Please try to use Submit method to trigger postback for entire page.&lt;/p&gt;
&lt;p&gt;e.g&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebGrid1_OnAfterResponseProcess(controlId, actionName, lastRequestObject, xmlResponseObject)
		{
			var WebGrid1 = ISGetObject(controlId);
			if (actionName == "Refresh") {
			    document.form1.submit();
			}
			return true;
		}&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Refresh Page afer Update WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/Refresh-Page-afer-Update-WebGrid/</link><pubDate>Tue, 18 May 2010 11:11:27 GMT</pubDate><dc:creator>dhavalv</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any reply much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Dhaval&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>