Link column to edit
1) Edit the AllItems.aspx page for the specific list. 2) Search for the <ViewFields> tag 3) List item LinkToItem="TRUE" to whichever column you want the link: <ViewFields><br/> <FieldRef Name="Attachments"/> <FieldRef Name="LinkTitle"/> <FieldRef Name="linkThisColumn" LinkToItem="TRUE"/> <FieldRef Name="Other_column"/> </ViewFields><br/>