DataType Grid is basically a DataType that allows you to store DataTypes in a grid-like fashion. Think Excel, but with other Datatypes instead of textboxes.
Created in v3.0Versions: 3.0.x 3.1.x 4.0.x 4.1.x 5.0.x 5.1.x 5.2.x 5.3.x 5.4.x 5.5.x 6.0.x
Show Label: Toggle the left side label for the content editor.
Show Grid Header: Toggle the visibility for the grid header. Also toggles search functionality.
Show Grid Footer: Toggle the visibility for the grid footer. Also toggles paging.
Rows Per Page: How many rows should be shown per page
Name: The column name. Can be localized by inserting the dictionary key prepended with a hash (#).
Alias: The column alias. This is the key for the column.
DataType: The editor datatype for the column. See using custom datatypes if you want to use custom (untested) datatypes.
Mandatory: Toggles whether a value must be set for this column when inserting or updating a row.
Validation: Custom Regex validation for the column value. Leave blank to disable.
Versions: 3.0.x 3.1.x 4.0.x 4.1.x 5.0.x 5.1.x 5.2.x 5.3.x 5.4.x 5.5.x 6.0.x