Sharepoint - Make another column linked to item with edit menu in sharepoint 2013 list
You can do this using SharePoint Designer.
- Open the site
- Open the list
- Edit "AllItems.aspx" or which view you want to modify
- Look for
<ViewFields>
Add the property
linkToItem="TRUE"
Note for SharePoint 2010 it is LinkToItem Example