/
"gd.query.row" does not work with grid reload
"gd.query.row" does not work with grid reload
Problem
gd.query.row does not support multiple grid reloads.
Reason
The gd.query.row was designed as a way of filling in of the grid only once, so it does not support multiple reloads.
Workaround
If you do want to perform prepopulation of the static grid data on the reload action use the following approach.
gd.query=select 'row1' from dual union all \
select 'row2' from dual union all \
select 'row3' from dual
gd.ds=jira
, multiple selections available,
Related content
Query Jira values to add dynamic grid data
Query Jira values to add dynamic grid data
More like this
gd.displayCondition
gd.displayCondition
More like this
Update grid data with Single Select List column type
Update grid data with Single Select List column type
More like this
Extract Information from the Grid using the Java API
Extract Information from the Grid using the Java API
More like this
datasource.names
datasource.names
More like this
Jira fields datasource
Jira fields datasource
More like this