We are currently using version 12.1-p20200427.
When using a grid with auto persist state turned on, a field which has been modified can not be set back to the default state without adding a button which calls clearSavedViewState() and redraw() to every screen which has a grid with this setting. Is it a possibility for you to add an item into the fields' context menu when this setting is enabled, which essentially restores the default field state after a user has modified its width/position/sorting?
The Automatic Preferences showcase can be used to demonstrate our request. If a field's width is changed, it can not be properly restored through the grid and an external button has to be used to reset the field state.
When using a grid with auto persist state turned on, a field which has been modified can not be set back to the default state without adding a button which calls clearSavedViewState() and redraw() to every screen which has a grid with this setting. Is it a possibility for you to add an item into the fields' context menu when this setting is enabled, which essentially restores the default field state after a user has modified its width/position/sorting?
The Automatic Preferences showcase can be used to demonstrate our request. If a field's width is changed, it can not be properly restored through the grid and an external button has to be used to reset the field state.
Comment