Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To make it easier to upgrade, we maintain a document describing information critical to existing users, especially those who have used the older Aspose.Grid.Web and need to upgrade to 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.
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 has become a part of Aspose.Cells, so we will not continue to support 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:
agw:GridWeb has changed to acw:GridWeb in the ASPX form.agw_client, has changed to acw_client for Aspose.Cells.GridWeb.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>Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.