﻿<?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 - busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</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>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Wed, 03 Feb 2010 21:30:56 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I enclosed one simple sample (as attachment) that I use to test your scenario. Please made any necessary changes to the attached sample so that it replicates your issue and send the sample back to us for further investigation.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Is it possible to have a video that shows the issue or the steps to reproduce the issue?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Look forward for your response.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Wed, 03 Feb 2010 04:55:53 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I tried you suggestion, I call SetBusy and also set the IsInProgress to true, anyway after I set if I press [TAB] or click the mouse botton the grid responses instead I want  the grid does not response and remain frozen.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Vincenzo&lt;br /&gt;&lt;/p&gt;</description></item><item><title>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Fri, 29 Jan 2010 04:34:06 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please ensure that you have set following points&lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;&lt;li&gt;Set the value of 'InProgressUIBehavior' property to 'ChangeCursorToHourGlass'.&lt;/li&gt;&lt;li&gt;Set the 'IsInProgress' property of WebGrid to true.&lt;/li&gt;&lt;/ol&gt;&lt;pre&gt;...
&amp;lt;LayoutSettings AllowEdit="Yes" AllowAddNew="Yes" AllowDelete="Yes" &lt;span style="color: #00b050"&gt;InProgressUIBehavior="ChangeCursorToHourGlass"&lt;/span&gt; AllowSorting="Yes"&amp;gt;
&amp;lt;/LayoutSettings&amp;gt;
...&lt;/pre&gt;&lt;pre&gt;function SetBusyButton_onclick() {
    var WebGrid1 = ISGetObject("WebGrid1");

    WebGrid1.SetBusy();
    &lt;span style="color: #00b050"&gt;WebGrid1.IsInProgress = true;&lt;/span&gt;

    return true;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Thu, 28 Jan 2010 03:10:02 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;ok, could you provide us at least a workaround to fix it temporarly?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Vincenzo&lt;/p&gt;</description></item><item><title>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Thu, 28 Jan 2010 01:56:17 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I have forwarded this to WebGrid development team. They’ll check the issue and provide a hotfix once this consider as a bug.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’ll keep you updated with any news I heard from the team regarding this topic.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>busy and idle state</title><link>http://www.intersoftsolutions.com/Community/WebGrid/busy-and-idle-state/</link><pubDate>Wed, 27 Jan 2010 11:04:45 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I see that when I set the webggrd to busy (grid.SetBusy()) the hourglass happen anyway if i press for example the [TAB] on keyboard the focus go on the next cell, instead we want to deny any kind of access when the grid is busy, how to achieve that?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Vincenzo&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>