GoToNextSelectedRow: Scroll to Next Selected Row

Tag: GoToNextSelectedRow

The GoToNexSelectedRow function scrolls the grid to the next selected row.


XML
<GoToNextSelectedRow

Tag Attributes

Attributes

Value Description

Target

Uniquely identifies the grid (grid code name)

Type

Up (moves to selected row upward)
Down (moves to selected row downward)
if blank or not submitted, defaults to Down.


Example Script

XML
<ytriaAutomation>
	<GoToNextSelectedRow/>
	<GoToNextSelectedRow type="down"/>
	<GoToNextSelectedRow type="up"/>
</ytriaAutomation>