Cannot edit Aspose Grid

We have a couple of Microsoft Windows Server 2003 - Service Pack 2. One is 64 bit edition and one is 32 bit. We are using Aspose.Grid.Web Version 2.0.0.2001.

The grid shows up fine from the 32 bit server. But with the 64-bit one, the grid shows up but the grid is not editable. What do you think is going on? Do you have a different version of Aspose Grid for the 64-bit?

Can you also let me know under what other circumstances the aspose grid become uneditable?

Hi,

If you use GridWeb on file system websites (without IIS), the control might not work fine. We recommend you to try our latest version v2.2.0.2000 from the Aspose.Cells for .NET package installer:File Format APIs for .NET Core, Java, Python, C++, Android | products.aspose.com

Could you give us details about your 64-bit environment, e.g Browser Type, VS.NET, IIS version/settings, any other extension etc.

Thank you.

This is NOT a file system website. Here is the environment:

Visual Studio 2008 / IE 7 / IIS 6.0 / .NET Framework version 3.5

How come the grid shows up but it can’t be edited ?

Hi,

Kindly give the latest version v2.2.0.x a try and let us know if you still find the issue. We will check your issue soon.

Thank you.

I’m using the Aspose.Grid.Web in my application. The latest version has Aspose.Cells.GridWeb.dll.

Hi,

For proper working of the GridWeb control, you will have to create an http ASP.NET web site on IIS in Administrator mode. Please verify that you select the http web site in Visual Studio 2008 web site create wizard as highlighted in the attached screen shot.

Regards

Adding a reference to the agw_client in the web.config file solved the issue. Thanks.