Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Increase row wrapping limit for a list in SharePoint 2013

$
0
0

Hi,

I have a SharePoint 2007 list that I'm trying to migrate in SharePoint 2013 list that contains a lot of columns and I wanted to try increasing therow wrapping limit for our list from 6-10.

I have the following questions though:

1. What risks are associated with this?

2. What is being changed in particular for this row wrapping limit?

3. Will this change affect the site level, site collection level, or entire farm level?

4. Can someone provide me a sample PowerShell script that will work in SharePoint 2013 ?

Is this achievable per list? or per site? or per site collection?

I got a code sample below but someone mentioned that it only works in 2010 (not in 2013)<samp>$web = http://webapplication
$webapp = Get-spwebapplication $web
$webapp.MaxListItemRowStorage = 8 #the default value is 6
$WebApp.update()</samp>

Any help will be greatly appreciated. Thanks in advance.

Rhea

<samp></samp>



Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>