SharePoint Disable Checkbox for list items

In SharePoint 2010 it is possible to select one or more items by clicking the checkbox in front of the item. You can do actions by using the ribbon for those selected items if possible. That’s a really cool feature. But, most cool features know what happens to them if the customer says: “We don’t need it” or he doesn’t even want it.

It has to be turned off or removed or hidden. What can you do at those checkboxes? Just modify the view in the Ribbon list tab. In the view modification section of tableview there is this option:

tabularview

OR if you using a visual studio deployment for your list definition, you’ll find the same settings in a list definition:

[sourcecode language=”csharp”]

TabularView=”FALSE” DefaultView=”TRUE” BaseViewID=”1″ Type=”HTML” MobileView=”TRUE” MobileDefaultView=”TRUE” ImageUrl=”/_layouts/images/generic.png” XslLink=”main.xsl” WebPartZoneID=”Main” WebPartOrder=”0″ Url=”ReadList.aspx” >

[/sourcecode]

The part TabularView=”FALSE” is the important one.

..:: I LIKE SHAREPOINT ::..

The article or information provided here represents completely my own personal view & thought. It is recommended to test the content or scripts of the site in the lab, before making use in the production environment & use it completely at your own risk. The articles, scripts, suggestions or tricks published on the site are provided AS-IS with no warranties or guarantees and confers no rights.

About Karsten Schneider 312 Articles
Consultant for Microsoft 365 Applications with a strong focus in Teams, SharePoint Online, OneDrive for Business as well as PowerPlatform with PowerApps, Flow and PowerBI. I provide Workshops for Governance & Security in Office 365 and Development of Solutions in the area of Collaboration and Teamwork based on Microsoft 365 and Azure Cloud Solutions. In his free time he tries to collect tipps and worthy experience in this blog.

Be the first to comment

Leave a Reply

Your email address will not be published.


*