Search code examples
mosswindows-sharepoint-services

MOSS All Groups does not show pagination when more than 100 groups returned


When I go to /_layouts/groups.aspx in my site collection, I only see the first 100 groups. There is no pagination control visible. How do I correct this, to work with more than just the first 100 groups?


Solution

  • You can also modify this view through the standard UI, rather than using code if you need to:

    1. Browse to "http://<site collection url>/_catalogs/users/AllGroups.aspx"
    2. Site Actions-> Edit Page
    3. Modify the List View web part
    4. Under Selected View click the "Edit the current view" link.
    5. You can now edit the view settings like any other in SharePoint.