Skip to main content

Features at a Glance

Excel-like editing

Edit data as if you were in Excel. Easier and quicker than with the native APEX Interactive Grid.

Multi-line Copy & Paste

Use Ctrl+C to copy a value. Use Ctrl+V to paste them. It works with Lists of Values too.

Undo & Redo

Use Ctrl+Z to undo actions. Use Ctrl+Y to redo them.

Multiple column types supported

  • Plain Text
  • Number
  • Date
  • Checkbox
  • Select List (LOV)
  • HTML

API included

With the included API, you can (using JavaScript):

  • get/set values
  • reload/save data
  • make row/column/cell read-only
  • ...

Events

Enhanced Grid Pro triggers multiple events, enabling you to customize and interact with your data/grid. Events supported:

  • Before/after refresh
  • Change
  • After save
  • ...

Validate data

You can use a procedure to validate data. A simple API to define validation errors is included.

Save data

Saving data is possible in two ways:

  • Automatic row processing
  • Using a procedure

Copy from Excel

Copy data from Excel directly to Grid.


If there are not enough rows in Grid, additional rows are added automatically.