Firefox and Webgrid

1 reply. Last post: January 28, 2013 11:45 PM by Hans Kristian
Tags :

Hello Everyone,

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)

By debugging I found a problem inside IScore.js on line 7 below, I was getting a messsage saying "vb492 was undefined", I managed to 'hack' a temporary fix by adding line 6.

1. var ve2481 =document.getElementById("__VIEWSTATE"); 
2. if (IS.moz) ve2481 =document.forms[0]["__VIEWSTATE"]; 
3. if (ve2481) 
4. {
5. vb492 =ve2481.value;
6. if(vb492 === undefined) vb492 = '';
7. vb492 =vb492.replace(/[+]/g,"%2b");
8. }

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 (3.0.5000.806 IScore.js) is not identical to your live setup, in other words 

C:\Program Files (x86)\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\Shared
!=
http://live.intersoftpt.com/ISRes.axd?F/ISCore.js

Am I missing an update as there are no further updates available to me in http://dev2.intersoftpt.com

Kind Regards

John

All Replies

Hello,

I apologize for any inconvenience this problem may have caused you.

The live sample and installer or hotfix that available in our website is using the latest/newest version.

That means our live sample is using WebGrid v8, not WebGrid v7.

And in this case, the available hotfix is for WebGrid v8, not for WebGrid v7.

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.

For your information, supposed to be if there is an issue in WebGrid v7, it’s already fixed in WebGrid v8.

And if there is another issue occurs in WebGrid, the hotfix will only available for WebGrid v8.

Therefore if you want to get the latest hotfix, I suggest you to upgrade your WebGrid v7 to WebGrid v8.

Now our WebGrid v8 is already compatible with HTML5 doctype and CSS3.

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.

For further information about license purchasing, please feel free to contact martin@intersoftpt.com.

Thank you for your understanding.

Regards,

Hans.

All times are GMT -5. The time now is 6:54 AM.
Previous Next