RowLimitExceeded Element (View)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies alternate rendering when a row limit is exceeded. It executes if the Paged attribute of the Row element is not set to TRUE.

<RowLimitExceeded>
</RowLimitExceeded>

Attributes

Attribute

Description

None

N/A

Child Elements

Numerous

Parent Elements

View

Occurrences

Minimum: 0

Maximum: 1

Example

The following example from the Schema.xml file for announcements lists provides a link to more items if the row limit is exceeded.

<RowLimitExceeded>
   <HTML><![CDATA[ <table class="ms-summarycustombody" cellpadding=0 
         cellspacing=0 border=0 rules=rows>
      <TR><TD Class="ms-vb"><a href=" ]]></HTML>
   <ListProperty Select="DefaultViewUrl" />
   <HTML><![CDATA[ " ID=onetidMoreAnn> ]]></HTML>
   <HTML>(More Announcements...)</HTML>
   <HTML><![CDATA[ </a></TD></TR>
                    <tr><td height="8"><IMG SRC="/_layouts/images
                    /blank.gif" width=1 height=8 alt="">
                    </td></tr></table> ]]></HTML>
</RowLimitExceeded>

See Also

Reference

RowLimit Element (View)

Rows Element (List)