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
Hi All,
I have a Page Without a doctype.
Webgrid was embedded like below.
When we browse the page in IE10 it is not rendering correctly it is giving javascripts errors in Webgrid_core.js like LayoutSettings is undefined or null.
Do we need to handle anything specific to IE10.
Please find the sample pages which you can used for replication,
Please advice.
Thanks in advance,
Regards,
Madhavan
<html> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server" style="height:100%;"> <div id="container"> <ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="90%" UseDefaultStyle="True" Width="99%" DisableFileSystemChecking="true" EnableWebResources="Never" DataCacheStorage="PageCache"> <LayoutSettings AutoFitColumns="true" VirtualLoadMode="Default" VirtualPageSize="10" PagingMode="VirtualLoad" AllowGrouping="Yes"></LayoutSettings> </ISWebGrid:WebGrid> </div> </form> </body> </html>
Hello,Thank you for the sample and the image.I also can reproduce your issue on my end.In order to fix this issue please try to add “meta” tag in your html page.Here’s the example snippet code how to implement the meta tag.
<html><head runat="server"> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"> <title></title> </head> <body> <form id="form1" runat="server" style="height: 100%;"> <div id="container"> <ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="90%" UseDefaultStyle="True" Width="99%" DisableFileSystemChecking="true" EnableWebResources="Never" DataCacheStorage="PageCache"> <LayoutSettings AutoFitColumns="true" VirtualLoadMode="Default" VirtualPageSize="10" PagingMode="VirtualLoad" AllowGrouping="Yes"> </LayoutSettings> </ISWebGrid:WebGrid> </div> </form> </body> </html>
Hope this helps.Regards,Hans.
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