Turning Off the Persistence of Grid Settings

Workflow Manager 6.0

By default, when you group, sort or alter the columns in a Workflow Manager list, the changes are persisted on a per-operator basis. These changes remain in effect even after you refresh a page, even when you exit a page and return to it later, and even after you log out of the system and log back in later. This feature is controlled by the PersistGridSetings setting in the web.config file. The default value of this setting in web.config is 1 (enabled):

<add key="PersistGridSettings" value="1"></add>

If you do not want these modifications to a list persisted, change the PersistGridSetings value in the web.config file to 0 to disable this feature.