Gridvalue (attribute of property)
From JRapid
Its only possible value is gridvalue.
Contents |
Description
When a property is declared as gridvalue, its value will appear as value when the parent entity participates in a embedded grid collection.
Usage
<property name = NAME label = LABEL ... label = ENTITY collection = COLLECTION embedded = (inline|detail|grid) childproperty = PROPERTY maxrows = ROWS minrows = ROWS listindex = LIST_INDEX listunique = LIST_UNIQUE setorder = SETORDER sort = SORT sortexpr = EXPR where = WHERE extendable = "extendable" sortable = "sortable" gridheader = "gridheader" gridvalue = "gridvalue" displayproperties = PROPERTIES (foreach?, dynamicforeach?, ...) </property>
Examples
You can see a gridvalue example at grid location precipitation example, rate property.
You can see a gridvalue example at grid student-grade example, grade property.
