Sunday 2 March 2014

Remove/ Hide "Add New Item” Link on the SharePoint List View

Remove/ Hide "Add New Item” Link on the SharePoint List View
We can do it in 2 ways
Way 1:
Step 1: Open list View and select Edit Page.
Step 2: Select Edit "Web Part".
Step 3: You can see web part properties.
Step 4: Then Select Toolbar Type “No Toolbar” from dropdown and select OK button.
Save
Way 2
Add below style in your page by adding content editor webpart
#Ribbon.ListItem.New.NewListItem-Large
{
display:none;
}
If you have multiple list in a page, all list "Add new item" will hide