- Home
- Forum
- Angular - EJ 2
- [Request] Add a way to hide File Button from Ribbon Toolbar
[Request] Add a way to hide File Button from Ribbon Toolbar
Hey team,
Can we add a way to hide the File tab from the DocumentEditor RIbbon toolbar?
similar to this, How to hide the file menu from the Sprea... | Vue Forums | Syncfusion®
Thanks,
Jason
Hi Jason,
We are currently reviewing your query based on the information provided. We will get back to you with further updates shortly.
Regards,
Sujitha S
Hi Jason,
The tabs and items in the ribbon toolbar menu can be hidden or shown using ribbon customization. However, the File tab and File menu cannot be hidden from the component.
Documentation: Customize Ribbon in Angular Document editor component | Syncfusion
Instead, you can clear the File menu options by assigning an empty list to fileMenuItems, as shown below:
[fileMenuItems]="fileMenuItems"
public fileMenuItems: any = [];
StackBlitz Sample: Xtd4o9a8 (duplicated) - StackBlitz
Kindly check this suggestion and let us know if this works for you to achieve your requirement.
Regards,
Sujitha S
Hi Vincent, unfortunately it's not a suitable solution as it's confusing for users if there's a File tab with no menu items present.
Are there any alternative solutions?
Hi Jason,
We are currently reviewing your query based on the information provided. We will get back to you with further updates on December 10, 2025
Regards,
Sujitha S
Hi Jason,
Based on your requirement, we have provided an alternate approach to achieve it. In Document Editor, there is an option for BackStageMenu. If you enable this option, the File tab will be automatically removed, allowing you to use the Backstage menu instead.
We recommend adding the Backstage menu in the Document Editor and keeping the Backstage menu items empty so that no options are displayed. We have prepared a sample for your reference. Kindly review it and let us know if you need further assistance.
Sample: Vjkxm6zx (duplicated) - StackBlitz
Documenation : Backstage-menu-customization
Regards,
Sujitha S
- 6 Replies
- 3 Participants
-
JA Jason
- Nov 10, 2025 05:20 AM UTC
- Dec 10, 2025 01:18 PM UTC