How to Add a License


The Spread.Views evaluation version displays a watermark in the lower-right corner. Set the license key to update and use the licensed version.

Add a reference to the Spread.Views license that you must have received when you purchased the product. Add the reference before the grid is initialized. For example:

    <head>
        <title></title>
        <link rel="stylesheet" type="text/css" href="[Your Stylesheet Path]/gc.spread.views.dataview.10.1.1.css">
        <script src="[Your Script Path]/gc.spread.common.10.1.1.min.js" type="text/javascript"></script>
        <script src="[Your Script Path]/gc.spread.views.dataview.10.1.1.min.js" type="text/javascript"></script>
        <script src="[Your Script Path]/gc.spread.views.gridlayout.10.1.1.min.js" type="text/javascript"></script>
        <script>
            //code add here
            GC.Spread.Views.LicenseKey = "your license key";
        </script>
    </head>

Note: If you do not have a trial or production license, Spread.Views can only be used locally.