Search This Blog

Friday, June 19, 2015

How to Disable Quick Edit in SharePoint 2013 Lists


By default SharePoint 2013 lists allow you to quickly edit items by clicking "edit" from the view without opening it.

Now, if you want to disable this function follow these steps:
  1. Go to the list settings> Advanced settings page
  2. Scroll down and Under quick edit options just choose "No" and then click OK.
     3. Now you can see that quick edit is disabled from the list.

No comments:

Post a Comment

Restricting Custom People Picker to only one Sharepoint group programatically

Refer the following script files in your page,     <!-- For People Picker -->     <script type="text/javascript" src...