GoToNextSelectedRow: Scroll to Next Selected Row
Tag: GoToNextSelectedRow
The GoToNexSelectedRow function scrolls the grid to the next selected row.
<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
<ytriaAutomation>
<GoToNextSelectedRow/>
<GoToNextSelectedRow type="down"/>
<GoToNextSelectedRow type="up"/>
</ytriaAutomation>