Tag: ViewAllRows
The ViewAllRows function displays rows that were manually hidden or filtered out from the grid.
XML
<ytriaAutomation>
<ViewAllRows/>
</ytriaAutomation>
Tag Attributes
|
Attributes |
Value Description |
|---|---|
|
Target |
|
|
Value |
TRUE of FALSE Not Required - Defaults to TRUE When set to FALSE, the hidden/filtered rows are hidden again. |
Example Script
XML
<ytriaAutomation>
<Filter Value='Guest' ColumnID='userType'/>
<ViewAllRows/>
<MsgBox Title="View All" Message="Now viewing filtered out rows - next: hide again" Type="cog"/>
<ViewAllRows Value="False"/>
</ytriaAutomation>