Upgrade Aspose.Grid.Web to Aspose.Cells.GridWeb
To make it easier to upgrade, we maintain a document describing information critical to existing users, especially ones who have used the older Aspose.Grid.Web and need to upgrade to the Aspose.Cells.GridWeb.
These are intended to be brief notes, and you should be able to find more information by looking at the sections of the Developer Guide.
Upgrading to Aspose.Cells.GridWeb
Aspose.Grid.Web users might come across issues using the new Aspose.Cells.GridWeb when they upgrade to it. It is to be noted that Aspose.Grid.Web has been renamed and become a part of Aspose.Cells so we will not continue or make amendments to older versions of the control.
It is not hard to upgrade to the latest Aspose.Cells.GridWeb component.
The following is the namespaces list and other attributes/tags that are changed now:
- The Aspose.Grid.Web namespace has renamed to Aspose.Cells.GridWeb.
- The Aspose.Grid.Web.Data namespace has renamed Aspose.Cells.GridWeb.Data.
- The Aspose.Grid.Web.Design namespace has renamed Aspose.Cells.GridWeb.Design.
- The Aspose.Grid.Formula namespace was renamed to Aspose.Cells.GridFormula, and with recent releases of the component, the said namespace was completely removed from the public API.
- The tag agw:GridWeb has changed to acw:GridWeb in the aspx form.
- The older Aspose.Grid.Web client path, agw_client, has changed to acw_client for Aspose.Cells.GridWeb .
- The client path setting in the web.config file, for example:
<appSettings>
<add key="aspose.grid.web.agw_client_path" value="/agw_client/" />
<add key="aspose.grid.web.force_script_path" value="true" />
</appSettings>
has changed to
<appSettings>
<add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" />
<add key="aspose.cells.gridweb.force_script_path" value="true" />
</appSettings>