gd.displayCondition
Specify the condition when a grid should be showed in the view edit screen
Class | grid |
---|---|
Property | gd.displayCondition |
Formal specification | gd.displayCondition = always | not empty | modified |
Required | no |
Default | always |
Version | 1.11 |
Comment | The displayCondition parameter allows to show the grid only when it is relevant
|
Example |
gd.columns = question, response
gd.query = select question from surveyquestions
gd.query.ds = surveys
gd.displayCondition = not empty
|
Reference |
, multiple selections available,
Related content
gd.allowAddRows
gd.allowAddRows
More like this
gd.collapseDefault
gd.collapseDefault
More like this
gd.minDisplayRowCount
gd.minDisplayRowCount
More like this
gd.query.reloadTrigger
gd.query.reloadTrigger
More like this
gd.readonly
gd.readonly
More like this
gd.columns
gd.columns
More like this