Tag: UpdateGrid

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

<UpdateGrid/>
XML

Example Script

<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>
XML