The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
How do I close the ribbon backstage programmatically?
Lets say I have a custom ' Save Button', when the user presses it, it saves, but how do I then close the backstage automatically returning the user to the main window?
PBPriyanga Balasubramaniam Syncfusion Team November 11, 2016 11:19 AM UTC
Hi James,
Thank you for contacting Syncfusion Support.
We have checked your query and prepared workaround sample to meet your requirement. In this sample, we have added the Button in BackStage Content and the BackStage is closed by calling HideBackStage method of Ribbon in click event of that button.