Editing Tables
Adding New Rows
- Click the first column of the insertion row (marked with asterisk *)
- The asterisk becomes a pencil icon when editing
- Enter data or select from dropdowns
- Press Tab to move between columns
Editing Existing Rows
- Text fields: Click to overwrite, click again to edit partially
- Selection fields: Click twice to open dropdown/popup
- Navigation: Use Tab/Shift+Tab to move between cells
Creating Objects with Default Names
Quick creation method:
- Click Name column in insertion row
- Press Space then Enter
- System creates object with default name and last-used type
Editing Multiple Rows
- Select rows with Shift key
- Right-click → Edit Combined Rows
- Changes apply to all selected rows
- Mixed values are indicated in the dialog
Column Management
Show/Hide Columns
- Right-click column header area
- Check/uncheck columns in list
- Click outside to close
Reset to Default
Click Reset Grid to Default Settings button (top-right near search bar)
Reorder Columns
Drag column headers to new positions
Sorting, Filtering, and Grouping
Sorting
Click column header to cycle through:
- Ascending
- Descending
- None (uses internal ID)
Filtering
Click down arrow in column header to:
- Filter by specific values
- Apply custom filters
- Clear filters
Grouping
- Drag column headers to grouping area above grid
- Creates hierarchical data organization
- Remove by dragging headers back to grid
Common Column Definitions
| Column | Description |
|---|
| ID | Database ID (unique per table, starting from 1) |
| Level | Asset Tree association level |
| Category | Object categorization |
| DateModified | Last change timestamp |
| DateCreated | Creation timestamp |
| Description | Object description text |
Copy and Paste Operations
Between Tables
- Select rows
- Right-click → Copy Selected Rows
- Navigate to target table
- Right-click → Paste Rows
Smart paste automatically maps columns between different table types (e.g., Tags to Historian).
With Spreadsheets
To Spreadsheet:
- Select rows in DataGrid
- Right-click → Copy Selected Rows
- Paste in spreadsheet (includes headers)
From Spreadsheet:
- Copy data including column headers
- Right-click in DataGrid → Paste Rows
- Data maps to matching columns
CSV Import
- Column headers must match target table
- Best practice: Export sample first, then modify
Keyboard Shortcuts
| Key | Action |
|---|
| Tab | Next cell |
| Shift+Tab | Previous cell |
| Enter | Commit edit, move down |
| Escape | Cancel edit |
| F2 | Enter edit mode |
| Space | Toggle checkbox/open dropdown |
| Ctrl+C | Copy selected rows |
| Ctrl+V | Paste rows |
| Delete | Clear cell content |
Multi-User Editing
- Multiple users can edit simultaneously
- Changes save to Solution server
- Last save overwrites previous changes
- Use Track Changes to monitor modifications
Large Tables
- Use filtering to reduce visible rows
- Group by categories for organization
- Hide unnecessary columns
- Use search instead of scrolling
Bulk Operations
- Use spreadsheet for mass data entry
- Edit multiple rows simultaneously
- Use copy/paste for repetitive data
- Import from CSV for initial setup
Troubleshooting
| Issue | Solution |
|---|
| Cannot edit cell | Check user permissions |
| Paste not working | Verify column headers match |
| Lost column layout | Use Reset to Default |
| Slow performance | Apply filters, hide columns |
| Changes not saving | Check multi-user conflicts |