SharePoint 2010: Inline Editing of list items in SharePoint 2010

Inline editing of List item comes very handy as we like to edit the item without opening that item in window. Just like ASP.NET grid that provides the way of editing and then updating by clicking edit button and then updating the record. We can do that same thing in SharePoint 2010 and it is easy to do that.
First move to the view settings of the desired list and then enable the in line editing option.

Check the in line editing option and save the settings. Now move back to list and hover the mouse cursor on the list item and you will notice an “edit” icon against each list item and upon pressing this button one can edit the list item then and there. 

Comments

Popular posts from this blog

SPFx: Develop using SharePoint Framework without Installing all the dependecies.

SharePoint Online: Elevated Permissions....with love

Powershell: Filling up an Existing Excel Sheet with data from SQL Server