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 Pro from @revolist/rv-pro-trial and only the standalone product trials you need.
  • Product evaluation: Use @revolist/gantt-trial, @revolist/scheduler-trial, @revolist/kanban-trial, or @revolist/pivot-trial for the product you want to evaluate.

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
Gantt@revolist/gantt-trial@revolist/gantt
Scheduler@revolist/scheduler-trial@revolist/scheduler
Kanban@revolist/kanban-trial@revolist/kanban
Pivot@revolist/pivot-trial@revolist/pivot

Install the trial packages from the public 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/pivot-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';

Install standalone product trials alongside the Pro trial package. For Pivot:

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

Upgrading Plans

To upgrade from the Trial version to the full product packages, 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/pivot';

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