Enables or disables automatic state saving and loading. When it is enabled, grid state information such as pagination position, filtering, and sorting will be automatically saved in the Web Session. When the grid container page is reloaded, the grid state will be automatically restored to the last known configuration.
Objects: Web Panel
Platforms: Web (.Net, .Net Core, Java)
Controls: Grid, Free Style Grid
The default value of this property is 'False'.
When the property is set to 'True', the state information (such as pagination position, filtering, and sorting) is automatically stored in the web session and retrieved from it.
The program loads the stored information after the Start Event, provided it exists and the page is loaded for the first time (*), and also stores it before the Refresh Event when some related information changes.
(*) That is to say, on an HTTP Get.
This property applies only at design-time.
This property is available since GeneXus 17.