Skip to main content
Skip table of contents

UpdateGrid: Trigger Grid Update

Tag: UpdateGrid

UpdateGrid function triggers a grid update in the same way the SuspendRedraw function does when set to False.

XML
<UpdateGrid/>

Example Script

XML
<ytriaAutomation>
	<SuspendRedraw/> <!-- freezes grid updates for follwing actions -->
	<GroupBy ColumnID="D1"/>
	<GroupBy ColumnID="D5"/>
	<Filter columnID="D2" Mode="Contains" Text=".nsf"/>
	<Sort columnID="I27" ascending="false"/>
	<UpdateGrid/><!-- triggers a grid update -->
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.