How do I hide the "Datasheet view" option (under "View Format") in a list's ribbon menu?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
As described in this article : Remove button from the Ribbon in SharePoint 2010, you can, with a feature, remove existing button. In your case, the feature.xml file should be :
|
|||||||||
|
|
In addition to Steve B's solution, another 2010-only way of doing this is to set the following property to Unfortunately there appears to be no way to do this in 2007. |
||||
|
|
|
You could use javascript to do this.
jQuery version:
|
||||
|
|
|
Q: Have you tried simply unchecking the "Allow items in this document library to be edited using the datasheet?" to NO |
|||
|