Skip to content

Trial Version Explanation

Welcome to the RevoGrid Pro Portal!

We are excited to offer you trial access to explore the powerful features of the RevoGrid Pro version. This trial gives you access to advanced features, documentation, and dedicated support to help you get started.

Upgrade to Full Access

After purchasing RevoGrid Pro, you will unlock full access to:

  • File access: Direct file access to the compiled code for all RevoGrid Pro plugins to use in your projects.
  • GitHub Repository: Gain access to the full source code for all RevoGrid Pro plugins and portal examples.
  • Adopt Features to Your Plans: Customize and integrate the code into your projects as needed.

Once you upgrade, you will also get access to advanced plans and additional features, depending on your selected plan.

What You Get with Trial Access

  • Detailed Documentation: Access in-depth guides and use case examples. Get assistance and troubleshooting tips to guide you through the development process.
  • Private trial packages: Install trial builds from the RevoGrid trial registry using the @revolist/rv-pro-trial and @revolist/rv-enterprise-trial package names.
  • Pro and Enterprise evaluation: Use Pro plugins from @revolist/rv-pro-trial and Enterprise plugins such as Pivot from @revolist/rv-enterprise-trial.

Trial Package Names

Trial packages use different names and asset paths than the full paid packages:

Feature setTrial packageFull package
Pro plugins@revolist/rv-pro-trial@revolist/revogrid-pro
Enterprise plugins@revolist/rv-enterprise-trial@revolist/revogrid-enterprise

Install the trial packages from the trial registry:

Terminal window
npm config set "@revolist:registry=https://trial.rv-grid.com"
npm install @revolist/revogrid @revolist/rv-pro-trial
npm install @revolist/rv-enterprise-trial

Use the trial CSS path that matches the trial package filename:

import '@revolist/rv-pro-trial/dist/rv-pro-trial.css';

Do not import @revolist/rv-pro-trial/dist/revogrid-pro.css; that path belongs to the full Pro package naming convention.

Getting Started with Trial Packages

Use Pro features directly from the Pro trial package:

import { RowOddPlugin } from '@revolist/rv-pro-trial';

Use Enterprise features from the Enterprise trial package. Enterprise trial builds on the Pro trial package, so keep both packages installed when using Pivot or other Enterprise-only features:

import '@revolist/rv-pro-trial/dist/rv-pro-trial.css';
import '@revolist/rv-enterprise-trial/dist/rv-enterprise-trial.css';
import { PivotPlugin, type PivotConfig } from '@revolist/rv-enterprise-trial';
import { commonAggregators } from '@revolist/rv-pro-trial';

Upgrading Plans

To upgrade from the Trial version to the Full Pro or Enterprise version, install the full packages and update your imports from the trial package names to the production package names:

import '@revolist/revogrid-pro/dist/revogrid-pro.css';
import { RowOddPlugin } from '@revolist/revogrid-pro';
import { PivotPlugin } from '@revolist/revogrid-enterprise';

Next Steps

Ready to get started? Explore the Pro portal, and reach out to us if you’re ready to unlock the full power of RevoGrid Pro in your project!

Learn More
Contact Us to Upgrade: Email