PersistMenuOption property: Grid class
Description
Use this property to set or return a Boolean value specifying the persistent search property for this grid. This corresponds to the "Persist In Menu" option for the grid that can be set in Application Designer. When this property is True, the most recent transaction search is stored and the search results are accessible through the drop-down navigation menu structure.
This property is read/write.
Example
&MyGrid = GetGrid(Page.GRIDCHECK, "GRIDNO");
&MyGrid.PersistMenuOption = True;
MessageBox(0, "", 0, 0, "Persist In Menu = " | &MyGrid.PersistMenuOption);