Live Chat

Upgrade from Aspose.Grid.Web to Aspose.Cells.GridWeb Control

Skip to end of metadata
Go to start of metadata
In order to assist the users for upgrading, we maintain a document describing information critical to existing users especially the ones who have been using the older Aspose.Grid.Web and now, they need to upgrade to new/merged Aspose.Cells.GridWeb. These are intended to be brief notes, and you should be able to find more information checking all the sections of the related Programmer’s Guide and Aspose.Cells.GridWeb API Reference.

Upgrading to Aspose.Cells.GridWeb

The previous users (e.g., Aspose.Grid.Web users) might contract some issues / problems using the new/merged Aspose.Cells.GridWeb when they upgrade to it for their requirements. It is to be noted that Aspose.Grid.Web has been renamed and become a part of Aspose.Cells now, so, we cannot continue or make amendments with the older versions of Aspose.Grid.Web control anymore. Just to emphasize, there is not much labor involved upgrading to latest Aspose.Cells.GridWeb component. However, when you upgrade to it, 

There is no change in the API as the classes with the members, structs, enumerations etc. remain the same. The only change that has been made is regarding the control’s namespaces and other tags or attributes.

Following is the namespaces list and other attributes/tags that are changed now:
1) Aspose.Grid.Web namespace is renamed to Aspose.Cells.GridWeb namespace.
2) Aspose.Grid.Web.Data namespace is renamed to Aspose.Cells.GridWeb.Data namespace.
3) Aspose.Grid.Web.Design namespace is renamed to Aspose.Cells.GridWeb.Design namespace.
4) Aspose.Grid.Formula namespace is renamed to Aspose.Cells.GridFormula namespace.
5) The tag "agw:GridWeb" is changed into "acw:GridWeb" in the aspx form.
6) The older Aspose.Grid.Web client path i.e.., "agw_client" is changed into "acw_client" for Aspose.Cells.GridWeb .
7) The client path setting in the web.config file, e.g

<appSettings>
    <add key="aspose.grid.web.agw_client_path" value="/agw_client/" />

    <add key="aspose.grid.web.force_script_path" value="true" />

</appSettings>
 
is changed into<appSettings>
    <add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" />

    <add key="aspose.cells.gridweb.force_script_path" value="true" />

</appSettings>
 
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.