SharePoint Lists have a built-in content type with a built-in column called "Title".
This column is linked to the list items also comes with edit context menu.
I want to use this feature/behavior on another column (i.e custom column).
I want to create a custom column, name it "Issue", and be able to use it the same way the "Title" column would have been used, that is linked to the item with edit context menu.
I've tried to edit the list view AllItems.aspx
in SharePoint Designer and add LinkToItem="TRUE"
to the end of the column tag as follow: < FieldRef Name="Issue" LinkToItem="TRUE"/>
.
However this did not work for some reason. I am using SharePoint 2013.
Any help?
Thanks.