문제

I have setup a specific ListView with all the columns I need.

I need to disable the Datasheet view on this ListView (called SubmittersList) then I need to have Datasheet view enabled on my other ListView (called ApproversList). This is the reason I cant untick the Datasheet checkbox in the list settings as there are two views.

I am guessing there is a way I can do this through a content editor on AllItems.aspx with some javascript/jquery but I am struggling to start with the code.

Any suggestions would be must appreciated. Thanks.

도움이 되었습니까?

해결책

First create a Datasheet view (ApproversList) and then disable Datasheet view in list settings. This way, the ApproversList will be still displayed as Datasheet but you will not be able to switch to DS view in other views.

Basically, the property Datasheet (Specify whether the datasheet can be used to bulk edit data on this list.) in list settings just enables/disables the button in ribbon.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top