Skip to main content
Skip table of contents

GoToNextSelectedRow: Scroll to Next Selected Row

Tag: GoToNextSelectedRow

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


XML
<GoToNextSelectedRow

Tag Attributes

AttributesValue Description
Target

Uniquely identifies the grid (grid code name)

TypeUp (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>
JavaScript errors detected

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

If this problem persists, please contact our support.