﻿<?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 - ClientUI - Firefox and Webgrid</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Firefox-and-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>Firefox and Webgrid</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Firefox-and-Webgrid/</link><pubDate>Mon, 28 Jan 2013 23:45:31 GMT</pubDate><dc:creator>Hans</dc:creator><category>Firefox and Webgrid</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I apologize for any inconvenience this problem may have caused you.&lt;/p&gt;
&lt;p&gt;The live sample and installer or hotfix that available in our website is using the latest/newest version.&lt;br&gt;&lt;/br&gt;That means our live sample is using WebGrid v8, not WebGrid v7.&lt;br&gt;&lt;/br&gt;And in this case, the available hotfix is for WebGrid v8, not for WebGrid v7.&lt;/p&gt;
&lt;p&gt;If you are using WebGrid v7 in your project, please ensure that you are using the assembly and the javascript file for WebGrid v7 as well.&lt;/p&gt;
&lt;p&gt;For your information, supposed to be if there is an issue in WebGrid v7, it’s already fixed in WebGrid v8.&lt;br&gt;&lt;/br&gt;And if there is another issue occurs in WebGrid, the hotfix will only available for WebGrid v8.&lt;/p&gt;
&lt;p&gt;Therefore if you want to get the latest hotfix, I suggest you to upgrade your WebGrid v7 to WebGrid v8.&lt;br&gt;&lt;/br&gt;Now our WebGrid v8 is already compatible with HTML5 doctype and CSS3.&lt;br&gt;&lt;/br&gt;Perhaps there is additional cost to upgrade your WebGrid version; however you don’t need to modify your application’s code after upgrading your WebGrid version. You just need to modify your assembly file and javascript file.&lt;/p&gt;
&lt;p&gt;For further information about license purchasing, please feel free to contact &lt;a href="mailto:martin@intersoftpt.com"&gt;martin@intersoftpt.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thank you for your understanding.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br&gt;&lt;/br&gt;Hans.&lt;/p&gt;</description></item><item><title>Firefox and Webgrid</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Firefox-and-Webgrid/</link><pubDate>Mon, 28 Jan 2013 12:28:45 GMT</pubDate><dc:creator>AngelSolutions</dc:creator><category>Firefox and Webgrid</category><description>&lt;p /&gt;
&lt;p&gt;Hello Everyone,&lt;br /&gt;&lt;br /&gt;Firefox 18.0.1 was not working for me in my local environment when updating values within the web.grid v7.0.7200.533 and ISNet v3.0.5000.806 (I've recently upgraded from http://dev2.intersoftpt.com)&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;By debugging I found a problem inside IScore.js on line 7 below, I was getting a messsage saying "&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;vb492 was undefined", I managed to 'hack' a temporary fix by adding line 6.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1. var ve2481 =document.getElementById("__VIEWSTATE"); &lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;2. if (IS.moz) ve2481 =document.forms[0]["__VIEWSTATE"];&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;3. if (ve2481)&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;4. { &lt;/span&gt;&lt;span class="Apple-tab-span" style="font-size: 10pt; white-space: pre;"&gt;					&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;5. vb492 =ve2481.value;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;6. if(vb492 === undefined) vb492 = '';&lt;/span&gt;&lt;span class="Apple-tab-span" style="font-size: 10pt; white-space: pre;"&gt;			&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;7. vb492 =vb492.replace(/[&amp;#43;]/g,"%2b"); &lt;/span&gt;&lt;span class="Apple-tab-span" style="font-size: 10pt; white-space: pre;"&gt;						&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;8. }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Although I've got a temporary fix, I suspect that a similar bugfix has been made in Intersoft latest code becuase (1) I can run your live examples (2) the Javascript in my local setup (&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;3.0.5000.806&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;IScore.js)&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;is not identical to your live setup, in other words&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\Shared&lt;br /&gt;&lt;span style="font-size: 10pt;"&gt;!=&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;http://live.intersoftpt.com/ISRes.axd?F/ISCore.js&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Am I missing an update as there are no further updates available to me in http://dev2.intersoftpt.com&lt;/p&gt;
&lt;p&gt;Kind Regards&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
&lt;p /&gt;</description></item></channel></rss>