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,
I am using webgrid 7 with XHTML Doctype which is causing issues in IE6.
It gives fatal error and then closes IE abruptly.
Can you please help me in this regards ASAP.
I tried to reproduce the problem in my local test by creating a simple unbound WebGrid page with XHTML DocType and view the page in IE 6 (6.0.3790.3959), but my efforts were not successful – everything worked smoothly and the page was rendered without any issues.
I’m willing to advise you further but in order to do so I would need you to elaborate on your specific scenario and possibly give us a running simple sample and step-by-step guide that we can use to observe the problematic behavior.
Here is the code we are using. We are using dynamic grid binding.
<ISWebGrid:WebGrid ID="dgrdProspectusSetup" runat="server" UseDefaultStyle="True"DefaultStyleMode="Elegant" Width="773px"OnPrepareDataBinding="Grid_PrepareDataBinding"><RootTable DataKeyField="ID"><Columns> <ISWebGrid:WebGridColumn Caption="First Name" DataMember="FIRSTNAME" Name="FIRSTNAME" ShowInSelectColumns="No" HiddenDataMember="SAVED"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Last Name" DataMember="LASTNAME" Name="LASTNAME" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Street Address" DataMember="STREETADDR" Name="STREETADDRESS" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Suite/Floor" DataMember="SUITE_FLOOR" Name="SUITE_FLOOR" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="City" DataMember="CITY" Name="CITY" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="State" DataMember="STATE" Name="STATE" ShowInSelectColumns="No"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="ZipCode" DataMember="ZIPCODE" Name="ZIPCODE" ShowInSelectColumns="No" > </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Accts" Name="ACCTS" ShowInSelectColumns="No" ColumnType="Template" HiddenDataMember="ACCOUNTS"> <CellTemplate> <asp:ImageButton ID="ImgSearchAccts" runat="server" ImageUrl="~/images/search16.gif" BorderColor="lightgray" BorderWidth="2" BorderStyle="outset" ToolTip="Client Accounts" Width="21px" ImageAlign="Top" OnClientClick="AccountDetails(false,true);return false;" /> </CellTemplate> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="Save" DataMember="SAVED" Name="SAVED" ShowInSelectColumns="No" visible="false"> </ISWebGrid:WebGridColumn> <ISWebGrid:WebGridColumn Caption="AccountInfo" DataMember="ACCOUNTS" Name="ACCOUNTS" ShowInSelectColumns="No" Visible="false"> </ISWebGrid:WebGridColumn></Columns></RootTable><LayoutSettings AllowFilter="No" AutoFitColumns="True" PagingMode="ClassicPaging"AllowSorting="Yes" PagingSize="10" AlwaysShowHelpButton="False" ShowRefreshButton="False"AllowExport="No"><ClientSideEvents OnCellDblClick="WebGrid_OnCellDblClick" OnKeyDown="OnEnterKeyDown" OnRowContextMenu="WebGrid_RowContextMenuProspectus" OnExitEditMode="WebGrid_OnExitEditMode" /></LayoutSettings></ISWebGrid:WebGrid>
I created a simple sample of WebGrid based on the snippet code of WebGrid in your previous post; deploy the page in webserver (IIS 7.0); and view the page in IE 6 browser. Everything works fine on my local test.
The simple sample page and the screenshot of it are enclosed as attachment. Please have the attached sample tested on your end and let us know if you have different result.
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