In SharePoint Lists, we can define new View and select the columns that we want to show.
I don't want to show the Title column but I also want to show the default Context Menu for the0 items on List.
How can I change the default "(linked to item with edit menu)" to another column instead of "Title" column?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
||||
|
|
|
i found the solution. it's really simple:
and that's all. |
|||
|
|
You're not going to be able to do this without deploying a new column through a feature. Looking at how the current title with menu column is generated:
Then it looks like you might get away with changing the references to LinkTitleNoMenu to the internal name of the field you want to show. However, you must make sure that the column you reference to is also a Site Column. Do also ensure you change the static and display names of the column (replacing out 'LinkTitle' with something new of your choosing). |
|||||||||||||
|
|
You can add these options to Field xml - So it looks like:
|
|||
|
|