Gridlist
Category: Field
Version: 1.0
Last Updated: October 31, 2025
Author: Any2Info
Description
The gridlist field allows visualization of a dataset structured like a table. The field support several table related features like filtering, sorting and footers.
Besides the functionality for usability the field allows various styling related features regarding look and feel and line styling.
Generally speaking, this control is used to either display a table or allow users to make selections for non-singular data entries (i.e. order lines or product details).
Events
The Tooltip only has 1 property, which is the text that is to be displayed. If this is empty then the tooltip will not be displayed at all.
On data update
Triggers whenever the grid receives or updates its data as a result of an initial load or filter value
On value change
Triggers whenever a user selects an individual row. Take note that this will only be triggered when the selection mode is set to anything but none
Content
Using the datasource property under Properties > Grid data the values to display in the grid can be configured
For additional configuration regarding data formatting or styling see “Advanced configuration”
Advanced configuration
Advanced configuration configuration of the mapped columns can be done using the overview fields property under Properties > Grid data.
Header text
Allows setting the specific text displayed for the column, by default this will use the column name
Weight
Sets the weight of the column in regards to the horizontal width each column will fill in the grid.
Using a weight of 0 will make the column invisible, which can be useful when value is used but doesn’t need to be shown
Format
Depending on the underlying type values in the cell can be formatted at will.
Numerical values can have their decimal count set by using {#}. For example €{2} would result in €4.50 for the value 4.5.
Date(time) values use the ISO8601 tags for format dates.
Footer
Each column or column group allows setting a footer type.
Textual footers allow setting a text for the footer cell.
For numerical columns additional footer types will be shown to allow mathematical operations of the shown values in the column (i.e. Sum, Min and Max).
Styling
Using the styling override flag an individual cell can be styled separately from the defined styling of the field.
Additionally using this flag you can enable data driven cell background coloring
Changelog
Version
Date
Change
1.0
October 31, 2025
Initial documentation version added.
Last updated
Was this helpful?