Hide Title Column in SharePoint List
Often, SharePoint users want to remove (or hide at least) the ‘Title’ column from the lists and document libraries. We can hide the title column in SharePoint 2007 by enabling content types.
How to hide the title column in a SharePoint list?
Follow these steps to hide the title column in SharePoint List or Library:
- Navigate to the List setting >> Advance setting
- check Yes radio button for “Allow Management of Content Types”
3. Now in List Setting again >> Select Content Type “Item”
4. Then Select Title >> Select “Hidden (Will not appear in forms)”
Finally, you can remove the Title field from views (But you can’t delete the Title column!). The same steps apply to both SharePoint 2010 and SharePoint 2007 lists to hide the title column. If you want, You can Rename the Title column, even!
- Go to the List settings
- Click on the Title field
- Rename it, Save your changes by clicking the “OK” button.
Disadvantages When You Hide Title column from SharePoint list:
By default, the Title column gets the context menu, and if you hide it, it will lose the Context menu functionality. So, you may need to put the Edit button in all of your views to edit the item, or you can use SharePoint Designer to link with the Edit/Views item.
Another disadvantage is we can’t control the order of columns on the list settings page again until we turn off “Allow management of content types”.
Alternatively, You can hide the title column (or any other column) programmatically: Hide Columns in NewForm, EditForm, and DispForms
Hi Salaudeen,
How do set custom error page for a single site collection in SP2010. I tried doing it but it applies for the entire farm.Please let me know if you can..
Thanks in Advance !!
Avinash,
Custom Error pages are set at Web Application level in SharePoint 2010/2007. To my knowledge, there is no way to set it at the site collection level. Refer this post: Custom 404 Page Not Found Error Page in SharePoint 2010