Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Editing
Created by Guest
Created on Feb 22, 2022

Hide context menu icon in stringlist EPiServer property

We are using EPiServer v11 application and would like to hide the context menu icon in specific (not all) stringlist EPiServer property.

As per the requirement, we need to disable any updation (Delete\MoveUp\MoveDown) other than the text edit done on each string item.

Could we have a UIHint/Attribute to hide the context menu so that this could be applied only for the desired stringlist property.

Basically, we need to hide the context menu icon for the selected specific string list property.

Hence, could we have a custom editor descriptor to achieve this so that we could link the same via UIHint in the property definition.

In the styling, the icon has the attribute visibility :visible; and if its changed to hidden instead will suffice the requirement.