AssetWise CONNECT Edition Implementation Guide

Removing a Grid Column

Follow these steps to remove a column's visibility, from a grid.
Note: Any custom edits to grids.json will most likely be erased with each deployment.
  1. Using the gridId, browse to select the grid to modify.
  2. Locate the grid's gridColumns property.
  3. Locate the column that you want to remove.
  4. Create a property"hidden", and set its value to True.
    Warning: If deleting the column object completely from the array of gridColumns, confirm that the syntax is correct, especially with respect to extra or missing commas. Stray or missing commas cause invalid JSON, which in turn causes ALIM to fail in the web browser.
  5. Save grids.json.