0
Grid Control (version 24)
Knowledge Base / Version 24 / Client Tools / Axiom / Applications
- Template Filter*
- Refresh Button - forces the asset grid to refresh if a filter is applied*
- Column Headers
- Asset Label*
- Grid space
- Column Calculation
- Datetime of last refresh*
- Page navigator*
* These features are only visible when the grid is set to an Asset Type.
Properties
- *Name - a unique name used to reference the control in script
- ColumnAlignment - sets the horizontal alignment of the column headers and footers: Left, Center, Right
- ColumnCalculation - performs a calculation (Average, Sum, Min, Max) on all values in each column where applicable
- ColumnCount - specifies the number of columns in the grid
- ColumnHeaders - sets the text for a header in each column
- ColumnWidths - specifies the widths of each column based on a percentage of the grid
- Height - the height of the control in pixels
- IsVisible - a checkbox to show or hide the control
- Width - the width of the control in pixels
- X - the horizontal coordinate of the top-left corner in relation to its parent container
- Y - the vertical coordinate of the top-left corner in relation to its parent container
- AssetType - opens the CONFIGURE ASSET TYPE menu to select a Virtual View and an asset type defined in that view
- IsTemplateFooterVisible - a checkbox to show or hide the footer
- IsTemplateHeaderVisible - a checkbox to show or hide the header
- TemplateFilter - an expression or statement used to filter the asset instances shown within the grid. For examples of how to apply different filters, see How To Filter Asset Templates and Grids.
- TemplatePageSize - the max number of rows to display within each page of the grid. If the number of assets exceeds this amount, a page navigator will appear in the bottom-right corner of the grid.
- TemplateRefreshInterval - used in conjunction with the TemplateFilter, the frequency at which the grid refreshes using the provided filter
** These properties are only available to Canary users listed on the Axiom>Script access control list within the Identity tile.