We have a license of and are using Aspose Grid 2.0. While testing on IE10 the Aspose Grid behaves in a read only fashion (i.e. i am unable to insert the data). Please let me know is it an issue with the grid and what should i do to fix it.
Download the installer via the MSI of Aspose.Cells for .NET package v7.2.0, you may get the latest version of Aspose.Cells.GridWeb v2.7.5.2000 in it, use it in your project.
If you need to stick with the older version of Aspose.Grid.Web, I am afraid, we cannot help much as Aspose.Grid.Web has been renamed to become Aspose.Cells.GridWeb now (see the topic on how to upgrade to Aspose.Cells.GridWeb:
which is more robust and feature rich component now and as a part of Aspose.Cells for .NET package.
In case, if you still want to use older versions, you may try:
The older GridWeb control might not work fine in IE > 8. There can be two temporary solutions to resolve the issue without setting the IE compatibility mode manually.
1. Add into header section of html which contains gridweb control. The code is like this:
Untitled Page
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.
Again the above solution has no warrantee to work with IE10.
Thanks for the Info. Amjad. Can you please tell the process to procure the license for "Aspose.Cells.GridWeb v2.7.5.2000v" and also the CODE changes required to use it in our project. Our project is a Windows Azure Web role built using .net framework 4.0