Skip to main content

Activities Grid

Available in: All plans
Last updated: 26-Feb-2026

Overview

The Activities Grid is the primary workspace in Kazinex. It displays every activity in the loaded schedule as a fully interactive, spreadsheet-style data grid. You can sort, filter, group, resize, reorder columns, and — in Editor Mode — edit cell values inline.

The grid is powered by TanStack Table v8 with virtual scrolling, so it handles projects with 10,000+ activities without slowdown. Only rows visible in the viewport are rendered to the DOM.

View Modes

The top-right corner of the toolbar contains a three-button toggle:

ModeDescription
GridFull-width data grid with no Gantt chart. Best for data-heavy analysis.
SplitGrid and Gantt chart side by side with a draggable divider (default 50/50).
GanttFull-width Gantt chart with no grid columns. Best for visual scheduling.

In Split mode:

  • Drag the centre divider to resize panes (minimum 260 px each side).
  • Both panes share a synchronized vertical scroll.
  • Each pane has its own horizontal scrollbar.

The Toolbar

Main Toolbar

ButtonWhat It Does
SearchFull-text search across all visible columns. Type to filter activities in real time.
ColumnsOpens the Column Chooser dialog to add, remove, or reorder columns.
GroupingOpens the Grouping dialog to organise activities by WBS, status, or any field.
FilterOpens the Filter Manager dialog. A badge appears when a filter is active.
FormatOpens the Grid Format dialog to change theme, row density, and colour scheme.
DetailsToggles the Activity Details panel at the bottom of the grid.
ExportDropdown menu: Excel (.xlsx), CSV (.csv), XER (.xer), PMXML (.xml), MS Project (.xml), Kazinex (.kaz).
PrintPrint the current grid or Gantt to PDF.
Bulk ImportImport or update activities in bulk from a spreadsheet.
ProjectOpen the Project Properties editor.
SettingsOpen the Gantt Settings modal (bar styles, chart options, timescale).

On narrow screens, less-used buttons collapse into a More (⋯) overflow menu.

Editor Toolbar

When Editor Mode is active, a green bar appears above the grid with additional controls:

ButtonShortcutWhat It Does
Add ActivityIns or Ctrl+NInsert a new activity under the focused WBS.
DeleteDelDelete selected activities (with confirmation).
DuplicateCtrl+DDuplicate the selected activity.
CopyCtrl+CCopy selected activities to the clipboard.
PasteCtrl+VPaste activities from the clipboard.
UndoCtrl+ZUndo the last change.
RedoCtrl+YRedo a previously undone change.
Schedule (F9)F9Run CPM schedule calculation.
SaveCtrl+SSave all changes.
DiscardDiscard all unsaved changes.

A change counter badge shows how many edits have been made since last save.

Column Features

Sorting

Click any column header to sort:

  1. First click → Ascending (↑)
  2. Second click → Descending (↓)
  3. Third click → Unsorted

Sorting is single-column — clicking a different header replaces the previous sort.

Resizing

Drag the right edge of any column header to resize it. A tooltip shows the current width in pixels. Minimum width is 50 px; maximum is 2,000 px.

Sticky Columns

Activity ID and Activity Name are pinned (sticky) to the left edge by default. They stay visible as you scroll horizontally through other columns.

Column Chooser

Click the Columns toolbar button to launch the Column Chooser. See Column Chooser for full details.

Row Features

Selection

InteractionEffect
Click a rowSelect that single activity
Ctrl+Click (or Cmd+Click)Add or remove the row from your selection
Shift+ClickSelect a range of rows

Selected rows are highlighted with a blue left-border accent.

Critical Path Highlighting

Activities on the critical path are displayed with a red-tinted background and red text. This makes it easy to spot schedule-driving activities at a glance.

Toggle critical path highlighting on or off in the Format dialog.

Jump-to-Activity Glow

When you navigate to a specific activity (for example, from the Quality Check Detail Drawer or "Find in Grid"), the target row plays a brief glow animation so you can locate it immediately.

Expandable Groups

When grouping is active, group header rows appear with a chevron (▸/▾) toggle. Click the chevron to expand or collapse a group. Each group header shows the group label, activity count, and aggregated values (sums, averages) in the appropriate columns.

Tip: Hold Shift and click a group chevron to expand or collapse that group and all its descendants recursively.

Cell Editing

Cell editing is available only in Editor Mode (Pro and Enterprise plans).

Entering Edit Mode

InteractionEffect
Double-click a cellStart editing
F2Edit the currently focused cell
EnterEdit the currently focused cell

Editor Types

TypeUsed For
TextActivity name, codes, text fields
NumberNumeric fields (with validation)
DateStart/finish dates (date picker)
DurationDuration fields (automatic hours-to-days conversion)
SelectDropdowns for activity type, status, calendar, activity codes
BooleanYes/No toggle fields

Press Tab to move to the next editable cell, or Enter to confirm and move down.

Fill Down

Select two or more activities, click a cell to set it as the "focus" cell, then press Ctrl+Shift+D to copy that cell's value into all selected rows.

Activity Details Panel

Click the Details toolbar button (or press the keyboard shortcut) to show a tabbed panel at the bottom of the grid. The panel displays detailed information for the currently selected activity.

Tabs

TabContent
GeneralActivity code, name, type, duration type, percent complete type, calendar, WBS, responsible manager, primary resource.
StatusDuration details, status, primary and secondary constraints, labor units.
ResourcesResource assignments table — labor, equipment, and material. Add, edit, or delete assignments in Editor Mode.
RelationshipsCombined predecessors and successors in a single table.
PredecessorsPredecessor relationships with type (FS/SS/FF/SF) and lag. Editable in Editor Mode.
SuccessorsSuccessor relationships with type and lag. Editable in Editor Mode.
CodesActivity code assignments grouped by type. Assign, change, or unassign in Editor Mode.
User FieldsUser-defined field (UDF) values with type-aware editing (text, number, date).

The panel remembers your last-used tab for the session.

Right-Click Context Menus

Activity Row (Editor Mode)

Right-click an activity row to see:

  • Add Activity — Insert a new activity
  • Delete Activity — Remove selected activities
  • Duplicate Activity — Clone the current activity
  • Dissolve Activity — Remove the activity but reconnect its predecessors to its successors
  • Fill Down — Copy focused cell to all selected rows
  • Cut / Copy / Paste — Clipboard operations
  • Add Predecessor / Add Successor — Create a new relationship
  • Link Activities — Link two or more selected activities in sequence (Ctrl+L)
  • Move to WBS — Reassign the activity to a different WBS element

Group Row (Editor Mode)

Right-click a WBS or group header to see:

  • Expand All / Collapse All — Expand or collapse everything
  • Add Activity to WBS — Insert under this WBS element
  • Add WBS Under — Create a child WBS element (Ctrl+Ins)
  • Copy / Delete WBS — Clipboard or removal operations
  • Indent / Outdent WBS — Change the WBS hierarchy level (Tab/Shift+Tab)
  • Paste Here — Paste clipboard content into this location

Group Row (Viewer Mode)

  • Expand All / Collapse All — Toggle all groups
  • Expand This / Collapse This — Recursively toggle this group and its descendants

Keyboard Shortcuts

KeyAction
/ Move between rows
Home / EndJump to the first or last row
Page Up / Page DownScroll by one page (~10 rows)
Enter or SpaceSelect the current row
EscapeClear the selection

Editing (Editor Mode)

KeyAction
F2 or EnterStart editing the focused cell
Ctrl+N or InsertAdd a new activity
Ctrl+InsAdd a child WBS element
DeleteDelete selected activities
Ctrl+DDuplicate the selected activity
Ctrl+Shift+DFill down from the focused cell
Ctrl+C / Ctrl+X / Ctrl+VCopy / Cut / Paste
Ctrl+LLink selected activities
Tab / Shift+TabIndent / Outdent a WBS element
Ctrl+Z / Ctrl+YUndo / Redo
Ctrl+SSave changes
F9Run CPM schedule calculation

Grouping

KeyAction
Ctrl+Shift+EExpand all groups
Ctrl+Shift+CCollapse all groups
Shift+Click chevronRecursively expand or collapse a group

Performance

The grid uses virtual scrolling — only the rows visible in your viewport (plus a small buffer) are rendered. This means:

  • 10,000+ activities render instantly.
  • Scrolling is smooth regardless of project size.
  • Memory usage stays low even with very large schedules.

Aggregation calculations (sums, averages for group headers) are cached and recalculated only when data changes, not on every scroll or render.

Next Steps

  • Column Chooser — Add, remove, and reorder grid columns
  • Grouping — Organise activities into hierarchical groups
  • Filtering — Create and manage activity filters
  • Gantt Overview — Visualize your schedule on the Gantt chart