﻿<?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 - IE freeze after webgrid filter</title><link>http://www.intersoftsolutions.com/Community/WebGrid/IE-freeze-after-webgrid-filter/</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>IE freeze after webgrid filter</title><link>http://www.intersoftsolutions.com/Community/WebGrid/IE-freeze-after-webgrid-filter/</link><pubDate>Mon, 06 Jun 2011 04:52:35 GMT</pubDate><dc:creator>lili</dc:creator><category>WebGrid</category><category>Filter</category><category>IE</category><category>freeze</category><category>crash</category><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;I have difficulties to replicate your issue on my end. Could you make a simple runable sample? Also, if the problem is occationally occur, we need to know in what circumstances the issue occurs because I can't check the issue if I can't replicate it. It would be better if you could provide a simple runable sample. That would really help.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili &lt;/p&gt;</description></item><item><title>IE freeze after webgrid filter</title><link>http://www.intersoftsolutions.com/Community/WebGrid/IE-freeze-after-webgrid-filter/</link><pubDate>Fri, 03 Jun 2011 15:24:03 GMT</pubDate><dc:creator>jelsner1976@gmail.com</dc:creator><category>WebGrid</category><category>Filter</category><category>IE</category><category>freeze</category><category>crash</category><description>I found out more details.&amp;nbsp; It seems like some client machine IE is locking up when its trying to download &lt;br /&gt;ISRes.axd?G/wg_currow.gif .&amp;nbsp; I could browse to this location and it finds it but the grid still can not. It was just when they click in the filter box it seems the grid is trying to load this resource and failing to get it.&amp;nbsp; It is wierd because its only on one grid on one page out of hundreds.&lt;br /&gt;&lt;br /&gt;Any thoughts?&lt;br /&gt;</description></item><item><title>IE freeze after webgrid filter</title><link>http://www.intersoftsolutions.com/Community/WebGrid/IE-freeze-after-webgrid-filter/</link><pubDate>Fri, 03 Jun 2011 04:19:18 GMT</pubDate><dc:creator>lili</dc:creator><category>WebGrid</category><category>Filter</category><category>IE</category><category>freeze</category><category>crash</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can't replicate your issue here. Could you give me a simple runable sample? Also could you explain how to reproduce the issue or in what condition the issue occur since you said it was only for certain user and what you mean by freezing?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>IE freeze after webgrid filter</title><link>http://www.intersoftsolutions.com/Community/WebGrid/IE-freeze-after-webgrid-filter/</link><pubDate>Thu, 02 Jun 2011 09:17:20 GMT</pubDate><dc:creator>jelsner1976@gmail.com</dc:creator><category>WebGrid</category><category>Filter</category><category>IE</category><category>freeze</category><category>crash</category><description>&lt;pre&gt;I have a grid defined as below on a couple different pages.  On one of the pages that uses this, IE 8 will freeze up after they perform a filter on one of the columns.&lt;br /&gt;This only happens for certain users.  Are there any IE settings, add-ons, etc. that I should look for that can cause this behaviour.&lt;br /&gt;Again it works fine for most users, it is only some users and only one of the pages that uses the grid as defined below.&lt;br /&gt;The other pages use the same code and it works fine.&lt;br /&gt;&lt;br /&gt;&amp;lt;ISWebGrid:WebGrid ID="_webGrid" runat="server" Height="300px" UseDefaultStyle="True"
                Width="100%" DataMember="BusinessUnitCollection" DataSourceID="_businessUnitsDataSource"
                OnExport="_webGrid_Export"&amp;gt;
                &amp;lt;RootTable Caption="BusinessUnitCollection" DataMember="BusinessUnitCollection" DataKeyField="BusinessUnitID"&amp;gt;
                    &amp;lt;Columns&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn AllowGrouping="No" AllowSizing="No" AllowSorting="No" Bound="False"
                            ColumnType="CheckBox" EditType="NoEdit" IsRowChecker="True" Name="RowChecker"
                            ShowInSelectColumns="No" Width="30px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="#" DataMember="BusinessUnitID" Name="BusinessUnitID"
                            Width="50px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="Property" DataMember="Name" Name="Name" Width="180px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="Super Region" DataMember="SuperRegion" Name="SuperRegion"
                            Width="120px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="Region" DataMember="Region" Name="Region" Width="120px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="Vintage" DataMember="Vintage" Name="Vintage" Width="200px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;ISWebGrid:WebGridColumn Caption="Property Manager" DataMember="PropertyManager"
                            Name="PropertyManager" Width="180px"&amp;gt;
                        &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                    &amp;lt;/Columns&amp;gt;
                &amp;lt;/RootTable&amp;gt;
                &amp;lt;LayoutSettings AllowFilter="Yes" AutoHeight="True" PagingMode="VirtualLoad" PagingSize="50"
                    SizeHeightBy="-30" VirtualLoadMode="LargeData" AllowExport="Yes" AllowSorting="Yes"&amp;gt;
                    &amp;lt;ClientSideEvents OnInitialize="_webGrid_OnInitialize" /&amp;gt;
                &amp;lt;/LayoutSettings&amp;gt;
                &amp;lt;FlyPostBackSettings PostInputControls="True" /&amp;gt;
            &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>