﻿<?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 - webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</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>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Mon, 27 May 2013 22:13:48 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I apologize for delay sending this.&lt;br /&gt;&lt;br /&gt;Thank you for your sample. I have tried to run your sample on my end, but unfortunately, I didn’t get any issue. Please kindly have review on my video once again, perhaps there are missing or wrong steps when I attempt to reproduce your issue.&lt;br /&gt;&lt;br /&gt;I also can’t find any WebInput in your sample, I just found WebCombo.&lt;br /&gt;&lt;br /&gt;Regarding your question about changing doctype, I recommend you to use the same doctype in your application; this will reduce the occurrence of errors or issues while using Intersoft control.&lt;br /&gt;&lt;br /&gt;Talk about doctype, I see in your sample, there is line of comment code above HTML5 doctype.&lt;br /&gt;I suggest you to not add any line of comment code above HTML5 doctype.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;%--You shouldn’t any comment here (above &amp;lt;!DOCTYPE HTML&amp;gt;) --%&amp;gt;&amp;lt;!DOCTYPE HTML&amp;gt;&lt;/pre&gt;Thank you for your help.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Fri, 24 May 2013 03:43:02 GMT</pubDate><dc:creator>Skaur</dc:creator><description>&lt;p&gt;Hans,&lt;/p&gt;
&lt;p&gt;Thanks for the video. Grouping is working if no new rows are added before dragging the group but that is not our issue actually. Please check the sample again. I have added a webinput in webgrid. When i run the page in IE 10 compatibility mode the arrows of webinput are all crooked. I also want to confirm that changing doctype is going to make all intersoft controls work? We do use web input, web desktop, webgrids etc.&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Thu, 23 May 2013 05:31:16 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I attached the video how I run your modified sample and the result when I run the sample in IE9 and IE10.&lt;br /&gt;In this video, first of all, I will show you the sample that I use, just to ensure we are using the same sample.&lt;br /&gt;Then I run the sample in IE10 mode and IE9 mode.&lt;br /&gt;&lt;br /&gt;Please correct me, if I wrong.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Thu, 23 May 2013 01:20:32 GMT</pubDate><dc:creator>Skaur</dc:creator><description>&lt;p&gt;Yes i did change the doctype just like you suggested as well as set rendering mode to html5. You can compare the screenshots of IE10 i sent you before and after. After changing doctype, grid does look proportionate and double click is also working as are other functionalities. My issue is it has started giving issues for me in older browser versions after changing doctype and rendering mode. Even the webcombo's in webgrid columns are not coming right. Could you please send me a video of your sample with older version so i can compare on my side?&lt;/p&gt;
&lt;p&gt;Sukhdeep&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Wed, 22 May 2013 22:33:23 GMT</pubDate><dc:creator>Hans</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Thank you for your reply.&lt;br /&gt;&lt;br /&gt;I have tried to group the Name Column in IE 9 and IE 10 with your sample, but unfortunately, it works fine on my end.&lt;br /&gt;&lt;br /&gt;Have you try to modify the doctype of your web page as well?&lt;br /&gt;Please try to modify from HTML4 doctype:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;&amp;lt;html&amp;gt;&amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt;To HTML5 doctype:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;!DOCTYPE HTML&amp;gt;
&amp;lt;html&amp;gt;&amp;lt;/html&amp;gt;&lt;/pre&gt;
&lt;p&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Wed, 22 May 2013 03:20:43 GMT</pubDate><dc:creator>Skaur</dc:creator><description>&lt;p&gt;Hello Hans,&lt;/p&gt;
&lt;p&gt;I tried your fix. It does make a difference and fixes issues with IE 10 but it messes up grids in IE9 for me. I want the fix to work for all browser versions. Please see attached images. Grouping doesn't work for IE9 after putting renderingmode =html5. Even the font sizes and look and feel of grid is different now.&lt;/p&gt;
&lt;p&gt;Is there a way to make it work in all versions of IE?&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Tue, 21 May 2013 07:06:14 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;Thank you for your reply and the sample.&lt;br /&gt;&lt;br /&gt;From the sample that you provide to me you use HTML4 doctype in your page.&lt;br /&gt;Please kindly try to modify your doctype to HTML5 and then set the “RenderingMode” property to “HTML5”&lt;br /&gt;&lt;br /&gt;I have modified your sample as well. Please kindly have review on the sample and let me know your response.&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Tue, 21 May 2013 05:47:08 GMT</pubDate><dc:creator>Skaur</dc:creator><description>&lt;p&gt;Hi Hans,&lt;/p&gt;
&lt;p&gt;Thanks for reply. Please find attached a sample project i created with this issue. As you can see in attached images also, in IE 9 same grid works fine and i can click on it and add new and double click to see selected row's keyvalue but in IE 10 it kind of hangs for me. It's disproportionate and i can click nowhere on grid. &lt;/p&gt;
&lt;p&gt;Kindly suggest a fix. Let me know if you need any additonal information for this issue.&lt;/p&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Mon, 20 May 2013 07:11:05 GMT</pubDate><dc:creator>Hans</dc:creator><description>Hello,&lt;br /&gt;&lt;br /&gt;I apologize for any inconvenience that may have caused you.&lt;br /&gt;&lt;br /&gt;So the issue persists after you update the WebGrid assembly file?&lt;br /&gt;&lt;br /&gt;If you don't mund, could you help me to provide me more detail information regarding this issue?&lt;br /&gt;Could you help me to provide me a simple runnable sample that replicates your current scenario?&lt;br /&gt;Or perhaps the step by step how to reproduce your issue on my end?&lt;br /&gt;So I can help you to find the right solution to resolve this issue.&lt;br /&gt;&lt;br /&gt;Thank you very much.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Hans.&lt;br /&gt;&lt;br /&gt;</description></item><item><title>webgrid 8 + IE 10</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-8--IE-10/</link><pubDate>Fri, 17 May 2013 14:28:15 GMT</pubDate><dc:creator>Skaur</dc:creator><description>&lt;p&gt;I updated the latest build from Intersoft and webgrid is not working at all with IE 10. Look and feel is disproportionate. I am not able to double click on webgrid to edit. Add new row is not working. Pretty much nothing is working with webgrid. I even tried adding meta tags to make it compatible with IE9. Still has issues. Works with running IE 10 in compatibility view but that is not what i want.&lt;/p&gt;
&lt;p&gt;Please suggest.&lt;/p&gt;
&lt;p&gt;Can i get a reply on this. I am on a deadline. I checked all possible community posts on IE 10 issues but nothing has helped me so far.&lt;/p&gt;</description></item></channel></rss>