SDTVariable (grid)

VariableIcon Description

Nodes of this type are used inside Grid Columns control. These nodes can be used only in Grids based on SDTs or Business Components.

Runtime appearance

The runtime appearance of this control depends on the Theme property, and the properties inside appearance category.

AttributeGridRunTime VariableGridEditableRT
Variable inside a grid Editable variable inside a grid

Properties

Category Name Value
General Field Contains the name of the field used in this node. The name is relative to the SDT Level inferred from the node's parent structure.
Description Column description
Control Name

Name of the corresponding form control.

The property was introduced as of K2BTools 15.

Form Visible Set to false, the variable will be hidden inside the grid.
Readonly If set to "False", user edition of the variable will be allowed.
Invite Message Contains the string that will be used as an invite message. Only available when using Responsive Web Design.
Tooltip Tooltip to be used when generating the attribute control.
ContextHelpValue A text that will appear alongside the variable to provide help for the user. Character values must be placed between quotes. This property's value must contain an expression. This allows the developer to concatenate attributes values ("Please insert value for " + &ProductDescription)
Format

Format of the variable value.

  • Text
  • Html
  • RawHtml
  • TextWithMeaningfulSpaces
The format property allows you to render html code placed inside an attribute.
Conditional Cell Classes Contains a set of conditions that determine different formattings for the grid cell based on the row's content. See Conditional classes in grids
Behaviour Required

This property will only appear if enable property is set to true. If a variable is set as required, an * will appear in column title.

VariableGridRequiredRT

Return On Click Set to true it allows you to return selecting this variable. This property is usefull for develop a prompt.
Allow Runtime Column Selection Determines if the user should be able to hide this column when using Runtime column selection in grids.
Selected Key This property will only appear inside a multiple selection grid, or in a grid that contains an action inside with conditional confirm. The purpose of this property is to let WebPanelDesigner know how to identify a row, to determine which rows triggered an action, or which rows are on the "selected" grid.
Appearance Class Theme class of the variable.
Auto Resize Indicates if the attribute's control should be resized automatically or not.
Responsive Design Show In Extra Small Determines if the attribute will be visible when using a device with a screen with a Extra Small size. See Introduction to Responsive Web Design.
Show In Small Determines if the attribute will be visible when using a device with a screen with a Small size. See Introduction to Responsive Web Design.
Show In Medium Determines if the attribute will be visible when using a device with a screen with a Medium size. See Introduction to Responsive Web Design.
Show In Large Determines if the attribute will be visible when using a device with a screen with a Large size. See Introduction to Responsive Web Design.

Child nodes

ControlInfoIcon ControlInfo