Domanda

I have a SharePoint list and normally the 'three points' (item menu with the options View Item etc.) are always a column. I don't know why but this is not the case in my view/list. How can I change it? Thanks!

È stato utile?

Soluzione

If you don't want to use Title column then you can add that menu to your another existing column also.

1.Open your View page( default AllItems.aspx) in designer(list and Libraries -> List_name -> Views -> AllItems.aspx).

  1. Now Look for FieldRef tag of your item to which you want to attach that menu.

  2. Now add ListItemMenu="TRUE" in that tag.

  3. Save youe page and its done.

Altri suggerimenti

  • Open List > From above ribbon at List tab > Select modify view

enter image description here

  • Make sure that this column ( Title (linked to item with edit menu) ) is selected at your view.

enter image description here

Modify the view and make sure that the column called Title (with Edit Menu) is selected. This is the one that has the dropdown menu attached to it.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top