gd.query.keepOnRefresh
specifies which rows can be removed when reloading the grid
Â
Class | Grid Initialization |
---|---|
Property | gd.query.keepOnRefresh |
Formal specification | gd.query.keepOnRefresh = All | Modified | None |
Required | no |
Default | Modified |
Version | 1.4 |
Comment | As explained in Grid reload, rows in a grid can be refreshed by either clicking on the reload toolbar button, or by modifying a value of a dependent customfield.Â
|
Example | gd.query=select vendor,sandwichname,price from sandwichprices where vendor = \{0}Â
gd.query.parameters=customfield:10150Â
gd.query.ds=griddsÂ
gd.query.keepOnRefresh=None
|
Reference |  Grid reload |