0
Grid Control (version 23)
Knowledge Base / Version 23 / Client Tools / Axiom / Applications
- Template Filter *
- Header *
- Refresh Button - forces the asset grid to refresh if a filter is applied *
- Column Header
- Asset Label *
- Grid space
- Datetime of last refresh *
- Footer *
- 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 *
- 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 admin users.