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:
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”]
[/sourcecode]
The part TabularView=”FALSE” is the important one.
..:: I LIKE SHAREPOINT ::..
Leave a Reply