Currently to open a file you have to click on name. Is there a way to open this file by clicking on another column instead of name? Thanks
Asked
Active
Viewed 429 times
1 Answers
2
Open the AllItems.aspx page for the specific list.
Search for the tag
List item LinkToItem="TRUE" to whichever column you want the link:
<ViewFields> <FieldRef Name="Attachments"/> <FieldRef Name="LinkTitle"/><br/> <FieldRef Name="linkThisColumn" LinkToItem="TRUE"/> <FieldRef Name="data_x0020_column"/> <FieldRef Name="Another_x0020_column"/> </ViewFields>
Change Title (linked to item with edit menu) to different column
Waqas Sarwar MVP
- 57,008
- 17
- 43
- 79
-
1@arsalan...back in action? – Waqas Sarwar MVP Jul 31 '14 at 22:32
-
This does not open the file. It oddly takes you to a location displaying the Name, Title, Doc ID and other column names. – Michael Downey Aug 05 '14 at 17:09