Problem of Webgrid in Webbrowser control

1 reply. Last post: July 25, 2013 3:23 AM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Madhavan GMember

Hi,

We are facing problems with loading aspx pages which contains webgrid in  Web Browser control. we are using Webgrid version 8.0.7200.254.

Please advice it is critical for us.

We have tried adding <

meta http-equiv="X-UA-Compatible" content="IE=Edge" > but it is giving javascript errors like Tables is undefined etc.

Please see the screenshots attached.

 

 

See the code for the webgrid

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GS1.aspx.cs" Inherits="GSIS" %>
<%@ Register Assembly="ISNet.WebUI.WebGrid" Namespace="ISNet.WebUI.WebGrid" TagPrefix="ISWebGrid" %>


<!DOCTYPE html>
<html>
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" >

    <title>Intersoft Webgrid8 </title>   
<style type="text/css">
      html {height:98%;}
      body {margin-left:5;margin-right:5;margin-top:5px;padding:0; height:98%;}
      div#container {height:100%; width:100%; margin: 0 auto 0 auto;}
</style> 
</head>

<body>
<script language="javascript">

    
    function Check() 
    {
        return false;
    }
</script>   
    <form id="form1" runat="server" style="height:98%;">           
        <div  id="container">    
            <ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="98%"  UseDefaultStyle="True"
                    Width="99%" DisableFileSystemChecking="true" EnableWebResources="Never" 
                     DataCacheStorage="PageCache"  DefaultStyleMode="Silver"  >
                                         
                    <LayoutSettings    AllowColumnMove="Yes" AllowColumnSizing="Yes" AllowExport="Yes" AllowFilter="No" AllowGrouping="Yes" AllowSorting="Yes"       
                    AutoFitColumns="false" VirtualLoadMode="Default" VirtualPageSize="10" PagingMode="VirtualLoad" ShowRefreshButton="true" >            
                    <ClientSideEvents OnRowContextMenu="Check" /> 
                    </LayoutSettings>                                             
            </ISWebGrid:WebGrid>

            
        </div>
    </form>
</body>
</html>

 

Regadrs,

Madhavan

 

All times are GMT -5. The time now is 2:13 PM.
Previous Next