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>