iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I have an issue with a hierarchical webgrid freezing in ie9 whenattempting to scroll.I have quite a few columns.
I found this other thread ( http://www.intersoftpt.com/Community/WebGrid/Webgrid-Hangs-in-IE9-with-AutoFitcolumns-as-false-with-Hierarchical-grid/ ) 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.
Is there a fix available?
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?
Apologize for the delay in sending this.
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.
Detail of the steps to reproduce is as follow:
Unfortunately my efforts were not successful. Doing the above steps doesn't causing IE 9 browser to freeze.
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.
My grid config is:
<ISWebGrid:WebGrid id="_grid" runat="server"> <RootTable DataKeyField="xNodeID" DataMember="HierarchySummaryM"> <SelfReferencingSettings Enabled="true" ChildDataMember="xParentNodeID" ParentDataMember="xNodeID" ExpandColumnMember="xNodeDescription" /> </RootTable> <LayoutSettings> <ClientSideEvents OnRowContextMenu="trees.onGridContextMenu" OnAfterResponseProcess="trees.onAfterResponseProcess" /> </LayoutSettings> <FlyPostBackSettings PostInputControls="true" /> </ISWebGrid:WebGrid>
On the InitializeLayout event, I have:
base.InitializeLayout(sender, e);e.Layout.AutoFitColumns = false; e.Layout.AutoWidth = true; e.Layout.SizeWidthBy = -20;
If I try loading the page in IE11 with IE9 *emulation*, i get quite a few js errors from ISRes.axd and the grid does not populate with data:
Object doesn't support property or method 'attachEvent' -mostly of theseObject doesn't support property or method 'createStyleSheet'Unable to get property 'Asynchronous' of undefined or null reference
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.
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname