LyteNyte Grid offers two editions:
Core
: Free core functionality available under an Apache 2.0 LicenseEnterprise
: Advanced version with enterprise-grade featuresThe Enterprise
edition requires a purchased license. This guide explains how
to activate your valid license to prevent watermarks from appearing
when using the enterprise edition in your web applications.
If you need a license or want to learn more about license benefits, visit our pricing page.
Activate your license by calling the activateLicense
function before
using LyteNyte Grid in your web application:
import { activateLicense } from "@1771technologies/lytenyte-grid-enterprise";
activateLicense("<your-license-key-here>");
The activateLicense
function is lightweight and can be called many times. If your application has
multiple potential entry points, calling activateLicense
for each entry point is perfectly fine.
The activateLicense
function validates your license key using the encoded
information and the internal build date of the LyteNyte Grid code.
This validation happens completely offline without any external network requests.
If you provide an invalid license key, LyteNyte Grid displays an overlay indicating that a valid license key is required. If you see a watermark despite having a valid license key, or have other license questions, visit our support page to learn about available support options.
LyteNyte Grid licenses are perpetual and valid only for
versions released during your license support term. When activating
your license with the activateLicense
function, ensure your installed
version of LyteNyte Grid corresponds to a valid version covered
by your license. For information about license terms, visit our pricing page.