{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
This field is controlled by Plant an App.
Custom fields allow you to create your content that references existing datasource fields using token syntax, e.g. [FieldName]. A classic example is creating a Name column that is build using [FirstName] [LastName] syntax.
Compute a numeric value by referencing grid fields and tokens.
For example, [Qty] * [Price] + [MyCustomToken:ThatReturnsTaxes].
This is a server side expression (C# and Tokens).
If checked, the formatter will be applyed to the text displayed in the filter dropdown. Note: only the current field token is available.
{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
This is a server side expression (C# and Tokens) that programatically hides an entire column. As it applies to entire the column, specific tokens that relate to a particular row are not available.
{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
This is a server side expression (C# and Tokens) that programmatically determines if the value for a field is shown. This expression is evaluated for each entry, so row tokens are available.
{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
This boolean expression is used to determine if this field will be enabled (accepting input). A common example is [SomeField] == "Some Value". This field supports Tokens.
Inline edit fields appear when using Inline Edit or Inline Add actions. The grid turns into editable fields that are updated in the datasource when saved.
If the value of the input field is computed from other grid fields, use this field to map to it's value.
One common scenario is using a dropdown which has an ID value contained in another field.
Supports Tokens and grid tokens.
Note: Override Value does NOT work with Inline Add action!
{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
{{localize(fieldDefs[item.InputTypeStr].HelpText)}}
Use font awesome version 6.2 classes to label the button with icons. (fa-*shortcode*). You can use 4 different styles - Solid(fas), Regular(far), Light(fal) and Brands(fab). Example:(fas fa-*shortcode*).
Enable the option so that the tooltips be displayed in the grid, in inline edit mode.
Determines the position and alignment of the label relative to the input controls.
Total space reserved for labels specified relative to a 12 column grid. This ensures maximum responsiveness.
Important: If label appears next to the control, it takes up from its reserved space.
Determines the spacing between controls.
Select one or more fields to add. Note that you can add same field multiple times, but in 2 distinct Add Field operations.