This topic has not yet been rated - Rate this topic

RowLimitExceeded Element (View)

Windows SharePoint Services 3

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>
Attribute Description

None

N/A

Numerous

Minimum: 0

Maximum: 1

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>
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ