﻿<?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 - Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</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>Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</link><pubDate>Wed, 29 Jul 2015 10:05:24 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I modified SelfReferencingGrid.aspx sample based on your snippet code. The sample is enclosed as attachment. Save the changes and view the page in IE 9.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I was unable to replicate the problem. Rendering and expand child row run without any issues. Please check the video which shows how the test was conducted in my local end and feel free to let me know if you find anything that I might miss during my attempt to reproduce the problem.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</link><pubDate>Mon, 27 Jul 2015 21:47:33 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;My grid config is: &lt;/p&gt;&lt;p&gt;&amp;lt;ISWebGrid:WebGrid id="_grid" runat="server"&amp;gt; &lt;br&gt; &amp;lt;RootTable DataKeyField="xNodeID" DataMember="HierarchySummaryM"&amp;gt;&lt;br&gt; &amp;lt;SelfReferencingSettings &lt;br&gt; Enabled="true"&lt;br&gt; ChildDataMember="xParentNodeID" &lt;br&gt; ParentDataMember="xNodeID" &lt;br&gt; ExpandColumnMember="xNodeDescription"&lt;br&gt; /&amp;gt;&lt;br&gt; &amp;lt;/RootTable&amp;gt;&lt;br&gt; &amp;lt;LayoutSettings&amp;gt;&lt;br&gt; &amp;lt;ClientSideEvents OnRowContextMenu="trees.onGridContextMenu" OnAfterResponseProcess="trees.onAfterResponseProcess" /&amp;gt;&lt;br&gt; &amp;lt;/LayoutSettings&amp;gt; &lt;br&gt; &amp;lt;FlyPostBackSettings PostInputControls="true" /&amp;gt; &lt;br&gt; &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/p&gt;&lt;p&gt;On the InitializeLayout event, I have&lt;span face="Consolas"&gt;:&lt;/span&gt;&lt;/p&gt;&lt;span face="Consolas"&gt;&lt;p&gt;&lt;span color="#0000ff" face="Consolas" size="2"&gt;&lt;span color="#0000ff" face="Consolas" size="2"&gt;&lt;span color="#0000ff" face="Consolas" size="2"&gt;base&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span face="Consolas" size="2"&gt;&lt;span face="Consolas" size="2"&gt;.InitializeLayout(sender, e);&lt;br&gt;&lt;/span&gt;&lt;/span&gt;e.Layout.AutoFitColumns = false;&lt;br&gt; e.Layout.AutoWidth = true;&lt;br&gt; e.Layout.SizeWidthBy = -20;&lt;/p&gt;&lt;/span&gt;&lt;span face="Consolas" size="2"&gt;&lt;p&gt;If I try loading the page in IE11 with IE9 *emulation*, i get quite a few js errors from ISRes.axd&amp;nbsp;and the grid does not populate with data:&lt;/p&gt;&lt;p&gt;     Object doesn't support property or method 'attachEvent' -mostly of these&lt;br&gt;Object doesn't support property or method 'createStyleSheet'&lt;br&gt;Unable to get property 'Asynchronous' of undefined or null reference&lt;br&gt;&lt;/p&gt;&lt;span face="Consolas" size="2"&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</link><pubDate>Fri, 24 Jul 2015 02:13:34 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I tried to replicate the reported problem in my local end by modifying HierarchicalGrid.aspx sample file of WebGrid. Based on your information, more columns were added in the root table. It has 33 columns after modified.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Detail of the steps to reproduce is as follow:&lt;/span&gt;&lt;/p&gt;
&lt;ol style="color: #1f497d;"&gt;&lt;li&gt;Save changes and view the page in IE 9 browser (using IE 11 emulation by setting document mode to IE9 and user agent string to IE9).&lt;/li&gt;&lt;li&gt;Try to expand child table.&lt;/li&gt;&lt;li&gt;Try to scroll horizontally and/or vertically.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Unfortunately my efforts were not successful. Doing the above steps doesn't causing IE 9 browser to freeze.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For your information, I'm using the latest version of WebGrid 9. Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the problem.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</link><pubDate>Tue, 21 Jul 2015 14:16:55 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;I'm waiting for a response to this thread from intersoft support. It's been over a week since I posted the question. Is there a phone number or some way to contact support directly or escalate an issue?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Hierarchical Webgrid Hangs in IE9 with AutoFitcolumns false</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Hierarchical-Webgrid-Hangs-in-IE9-with-AutoFitcolumns-false/</link><pubDate>Mon, 13 Jul 2015 15:00:35 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;I have an issue with a hierarchical webgrid freezing in ie9 whenattempting to scroll.I have quite a few columns.&lt;/p&gt;&lt;p&gt;I found this other thread ( &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Webgrid-Hangs-in-IE9-with-AutoFitcolumns-as-false-with-Hierarchical-grid/"&gt;http://www.intersoftpt.com/Community/WebGrid/Webgrid-Hangs-in-IE9-with-AutoFitcolumns-as-false-with-Hierarchical-grid/&lt;/a&gt;&amp;nbsp;) which gave me a clue that I could try setting AutoFitcolumns=true and that fixes the issue, however that is not an option for me since I have upto 25 columns with large numbers and titles.&lt;/p&gt;&lt;p&gt;Is there a fix available?&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>