﻿<?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 - SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</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>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Wed, 20 Nov 2013 20:29:18 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;Sorry for this misunderstanding. In my message above, I have tried to look from your code and I found out that you doctype definition for HTML5 is not doctype definition for HTML5. &lt;/p&gt;
&lt;p&gt;Actually, &amp;lt;!DOCTYPE HTML&amp;gt; is definition for HTML5 doctype which been supported by almost of our control. You can easily change our RenderingMode to HTML5 to support rendering in HTML5 doctype. Here's also the article how to define HTML5 doctype:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.w3schools.com/tags/tag_doctype.asp"&gt;http://www.w3schools.com/tags/tag_doctype.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://dev.w3.org/html5/html-author/"&gt;http://dev.w3.org/html5/html-author/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can see the definition in there also you could find the sample that has implement HTML5 doctype. If this issue still persists, please let me know. I will gladly help you to resolve it. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Wed, 20 Nov 2013 07:37:59 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;no change, that was our original doc type.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;DO you realize that YOU told us to change it to HTML5 just above in your text!?!&lt;/p&gt;
&lt;p&gt;why did you tell us to change it if that is not a supported doctype?&lt;/p&gt;</description></item><item><title>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Wed, 20 Nov 2013 02:04:19 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;I have look from your sample. I think the problem is in your doctype. To define the webpage to render in HTML5 mode, you should define the doctype in top of your webpage. You should add&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;lt;!DOCTYPE HTML&amp;gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I think the problem comes because our API doesn't recognize your web page rendering as HTML5 because it has the wrong definition &amp;lt;!DOCTYPE html5&amp;gt;. I think you should try to change its doctype to definition above and please let me know if this issue still occurs in your local end. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Tue, 19 Nov 2013 23:33:53 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;we use Doc type html5&lt;/p&gt;
&lt;p&gt;If we dont put it in compatiblity mode, your grid breaks.&lt;/p&gt;
&lt;p&gt;JavaScript runtime error: Unable to get property 'Tables' of undefined or null reference&lt;/p&gt;
&lt;p&gt;This does not occur in IE9, Firefox, or Chrome.&lt;/p&gt;
&lt;p&gt;In addition, in compatibility mode, the Webpane shows correctly, but in normal mode it shows totally sized wrong. &lt;/p&gt;
&lt;p&gt;i have included the raw source.  &lt;/p&gt;
&lt;p&gt;We have been trying to get help on this for ages.  THere are many issues we are having with Intersoft right now.&lt;/p&gt;
&lt;p&gt;1)  Your number for the US is wrong on your page.&lt;/p&gt;
&lt;p&gt;2)  When we dial your US number (the correct one), we get a recording in Indonesian.&lt;/p&gt;
&lt;p&gt;3)  THere is no tech support during normal US hours.&lt;/p&gt;
&lt;p&gt;We have come to realize that this tool set after over 5 years of use is not usable by us anymore.  the trouble is that we have hundreds of pages integrated into it, and they all have broken on IE 11.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Tue, 19 Nov 2013 21:31:04 GMT</pubDate><dc:creator>bernard</dc:creator><description>&lt;p&gt;Hi Eric,&lt;/p&gt;&lt;p&gt;Could you let me know the doctype that you used to replicate this issue in our local end. It will be better if you used HTML5 doctype in IE10 and IE11. Internet Explorer 11 will force website to change its doctype to HTML5 rendering. This might cause the problem. Please also ensure if you're using RenderingMode to HTMl5 to when using HTML5 doctype.&lt;/p&gt;
&lt;p&gt;However, I still need to trace where the problem comes from. If possible, could you guide me to replicate this issue in our local end with any steps or a simple sample that can replicate this issue? I will help you to resolve this problem. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>SP1 issue</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SP1-issue/</link><pubDate>Mon, 18 Nov 2013 10:33:04 GMT</pubDate><dc:creator>ehanig@extendemail.com</dc:creator><description>&lt;p&gt;Updated to Sp1 and now have this issue in IE10 and 11&lt;/p&gt;&lt;dir&gt;

&lt;span style="color: rgb(255, 0, 0); font-size: 13px;"&gt;&lt;span style="color: rgb(255, 0, 0); font-size: 13px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="color: rgb(255, 0, 0); font-size: 13px;"&gt;&lt;span style="color: rgb(255, 0, 0); font-size: 13px;"&gt;SCRIPT5007: Unable to get property 'Tables' of undefined or null reference &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.intersoftpt.com/Community/WebGrid/NewQuestion/0"&gt;&lt;span style="text-decoration:underline;"&gt;&lt;span style="color: rgb(0, 102, 204); font-size: 13px;"&gt;&lt;span style="color: rgb(0, 102, 204); font-size: 13px;"&gt;ISRes.axd, line 9 character 29972&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/dir&gt;
&lt;p&gt;
&lt;/p&gt;</description></item></channel></rss>