﻿<?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 - WebGrid Enterprise - Grid status</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Grid-status/</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>Grid status</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Grid-status/</link><pubDate>Thu, 22 Apr 2010 00:23:05 GMT</pubDate><dc:creator>suhas.tjs</dc:creator><description>&lt;p&gt;hai,&lt;/p&gt;&lt;p&gt;Thanks buddy, actually i achieved it through some bool variable and settimeout function. now i changed.&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;</description></item><item><title>Grid status</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Grid-status/</link><pubDate>Wed, 21 Apr 2010 11:07:17 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Does the warning about to show "Please wait the WebGrid is still in progress..." ? &lt;br /&gt;If yes, I think the refresh  process is still loading (have not finished yet). When you try to resize and call refresh again, of course it would show you the warning. &lt;br /&gt;In Normal state, we can check if the grid is on progress or not such as sorting, refresh or grouping (all flypostback process). When a process has not finished, it would return a warning as you said before. &lt;br /&gt;Here is properties to check if the grid is still in progress or not. Hope this helps.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;grid.IsInProgress=true;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Grid status</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Grid-status/</link><pubDate>Wed, 21 Apr 2010 01:39:09 GMT</pubDate><dc:creator>suhas.tjs</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is their any way to know whether the grid is refreshing its content or not? cos i have a resize function which will be called twice when i maximize the window. im getting warning for the second time when the javascript is being executed.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function resize() {
    var grid = ISGetObject('WebGrid1');
    grid.Refresh();
}&lt;/pre&gt;
&lt;p&gt; So i need to do following check before refreshing the grid. &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function resize() {
    var grid = ISGetObject('WebGrid1');
if(&amp;lt;Grid is not Refreshing&amp;gt;)
    grid.Refresh();
}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Please help me out guys. Its urgent.&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>