Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharepoint 2010 - Custom List - Make Column Item clickable and editable

I created a custom list with two columns: Name and City.

I want to make the items in column City clickable. Meaning, if I click on item 'Chicago' the view item form directly pops up which is usually accessible via "View Item".

I have seen this before, but don't know how to do that. Any ideas?

like image 835
user1324283 Avatar asked Dec 28 '22 02:12

user1324283


1 Answers

SharePoint allows you to do this with the Title column, which is a default column for any list. What you want to do is set up your list and reuse the "Title" column for your "City" column. This is as simple as going to your List Settings screen and renaming the column (from the List Settings screen, click the "Title" column, then change the Column Name to "City" and save your changes).

Next, set up a view for your list (modify the default one or create a new one). On the Edit View screen, one of your column choices will be "City (linked to item with edit menu)". Make sure that column is included in your view and you should have what you want.

like image 170
CBono Avatar answered Feb 25 '23 02:02

CBono