Hi,
We have tested it on IE8. The GridWeb control does not work fine in IE8 standard mode. There are two temporary solutions to resolve the issue without setting IE8 compatibility mode manually, please choose any one for your requirement.
1. Add <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> into header section of html which contains gridweb control. The code is like this:
<head runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>Untitled Page</title>
</head>
2. Configure the IIS settings, add the custom header(X-UA-Compatible) and value (IE=EmulateIE7). This solution will apply the custom header to all requests.
Thank you.
Amjad Sahi
Support Developer,
Aspose Sialkot Team
Contact Us