GridRowID
From Plex-XML
The gridRowID template to define a unique rowid value for a grid row. The rowid attribute is used to remember which row has to been selected/marked before a refresh is be done. So the row be marked again after a reload.
Contents |
Element
<gridRowID>
Attributes
- none
Example
<!-- Unique Grid-Row-Identifier to identify which row has to been marked --> <xsl:template name="gridRowID"> <xsl:value-of select="returnvalue[@implname='FooUniqueIdentCode']/@unformatted"/> </xsl:template>