Skip to main content
Skip table of contents

ApplyGridSnapshot: restore a previously created grid state

Restores the grid to a previous state (layout only, not row content) that was created by calling MakeGridSnapshot.

Tag Attributes

Attributes

Attribute Values

Value Description

Target

The corresponding Grid Code

Sets the target grid on which to carry out the action - Not Required. If no target is set, the target will default to the main grid (for products containing a main grid).

Example script

CODE
<ytriaAutomation console="false"> 
	<GroupBy ColumnID="accountEnabled"/>
	<MakeGridSnapshot/>
	<GroupBy ColumnID="usageLocation"/>
	<ApplyGridSnapshot/>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.