Take the 2-minute tour ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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.

share|improve this question
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.