Skip to main content

Questions tagged [context-menu]

A context menu (also called contextual, shortcut, and popup or pop-up menu) is a menu in a graphical user interface (GUI) that appears upon user interaction, such as a right-click mouse operation.

2 votes
0 answers
33 views

I'd like to hide the "Manage Access" Context Menu button from Users, as all permissions are controlled with Document Properties and Power Automate Flows. I've hidden most buttons for end ...
Jordan's user avatar
  • 21
3 votes
1 answer
6k views

I've been able to easily hide any toolbar button by using "Format current view" and adding the JSON. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-...
Webhelllppp's user avatar
2 votes
1 answer
2k views

I am trying to create a custom action in SharePoint, and get it appear in the context menu (the 3 dots next to the item in the list). I have tried all different combinations of location in elements....
Michael's user avatar
  • 199
1 vote
1 answer
386 views

I have a list and I have added that list in a Modern page through the List Web part available (OOTB functionality). If I directly go to List view through the site contents > List > select any ...
Kailash Sahoo's user avatar
1 vote
1 answer
2k views

I am developing a ContextMenu command set for sharepoint online for my tenant. I developed the program and tested and from localhost it was working as expected. When I deployed the extension and ...
Rafat Rashid's user avatar
0 votes
1 answer
847 views

Using SharePoint Framework extension, I have a list command set for a document library in SharePoint online. On this button being clicked, I want to add an item in a predefined list in sharepoint ...
DevDen 's user avatar
1 vote
1 answer
198 views

Hi I'm basically trying to do this. Sharepoint 2013: How to customize context menu view in document library However even after I follow the instructions it doesn't work. My code is SPSecurity....
Richard   Housham's user avatar
2 votes
1 answer
100 views

I had created a SharePoint list with two different views with a groupby query and two different custom list view WebParts with these two views. In one of the WebPart the context menu is available but ...
elina's user avatar
  • 441
2 votes
1 answer
569 views

I was created a custom list. But by default custom actions are present in Context menu. I want to hide the Custom actions like Workflows, Alert me Shared with and Delete Item from list using C# or ...
elina's user avatar
  • 441
0 votes
1 answer
66 views

I Have a list and it is displaying the following menu: If the user clicks on "New" word it uses the default "item" content type, but I want to disable it and also hide "Item" from the options so that ...
Noah's user avatar
  • 319