Skip to content

Trial Version Explanation

Welcome to the RevoGrid Pro Portal!

We are excited to offer you trial access to explore RevoGrid Pro. The npm trial is public and can be installed immediately: no account, npm login, authentication token, licence key, form submission, or approval email is required.

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.
  • Public trial packages: Install Pro from @revolist/rv-pro-trial and only the standalone product trials you need from https://trial.rv-grid.com.
  • 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
Collaborative Editing@revolist/revogrid-collaborative-editing-trial@revolist/revogrid-collaborative-editing

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

The registry setting applies only to the @revolist scope. Packages outside that scope continue to resolve from the normal public npm registry.

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';

Trial Feature Inventory

@revolist/rv-pro-trial contains the same Pro plugin modules as the full @revolist/revogrid-pro package. A feature being present does not enable it automatically: register its plugin and configuration as shown in the linked guide. Standalone products use their own trial package.

Feature/pluginAvailable in trialRequires configurationIncluded in starterDocumentation
Tree / TreeDataPluginYesYesYesTree
History / undo-redoYesAdd HistoryPlugin; Event Manager is installed automaticallyNoHistory
Audit historyYesYesNoAudit history
Filter header and advanced filtersYesYesAdvanced selection filterFilter header
Row selectionYesYesYesRow selection
Column and multi-range selectionYesYesNoSelection plugins
Column stretch/autosize/hide/collapse/moveYesYesNoColumn stretch
Autofill, range preview, range limitsYesYesNoAutofill
Excel export and CSV importYesYesNoExcel export
Infinity scroll and remote paginationYesYesNoInfinity scroll
Server-side groupingYesYesNoServer-side grouping
Formula, grouping, and aggregationYesYesPivot exampleFormula
Cell merge and same-value mergeYesYesNoCell merge
Conditional formatting and cell chartsYesYesNoCell formatting
Nested grid / master-detailYesYesNoNested grid
ValidationYesYesNoValidation
Context menu and JSON clipboardYesYesNoJSON clipboard
Row autosize/order/transpose/status/oddYesYesOrder and odd rowsRow drag/drop
Pro editors and dropdownsYesYesDropdownEditors
Tooltip, overlay, and WCAG helpersYesYesTooltip in GanttTooltip
Collaborative PresenceYesYesNoCollaborative Presence
Collaborative Editing@revolist/revogrid-collaborative-editing-trialYesNoCollaborative Editing
Pivot@revolist/pivot-trialYesYesPivot
Gantt@revolist/gantt-trialYesYesGantt
Scheduler@revolist/scheduler-trialYesYesScheduler
Kanban@revolist/kanban-trialYesNoKanban

Framework wrappers for React, Angular, Vue, and Svelte are integrations around the same grid and trial plugins; they do not unlock or remove Pro features.

Collaborative Editing trial availability

Collaborative Editing is intentionally distributed separately to keep Yjs out of applications that do not need it. Install @revolist/revogrid-collaborative-editing-trial alongside @revolist/rv-pro-trial; it is not bundled into the main Pro trial package or the starter application.


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