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.
SKSelva Kumar Veerakrishnan Syncfusion Team December 6, 2017 12:05 PM UTC
Hi Mark,
Thank you for contacting Syncfusion Support.
We can make the SfRadialMenu to be open by using the below given code inside the Closing event.
void Radial_Menu_Closing(object sender, ClosingEventArgs e) { e.Cancel = true; } We have prepared a sample for your reference, please download it from the link given below.
If the sample does not meet your requirement, please update more detail about this query.
Regards, Selva Kumar V.
MIMark IrvineDecember 7, 2017 10:21 AM UTC
Hi
Many thanks for the sample - it answered my question.
Mark
SKSelva Kumar Veerakrishnan Syncfusion Team December 8, 2017 04:11 AM UTC
Hi Mark,
Thanks for your response.
Please let us know if you need any further assistance on this.
Regards,
Selva Kumar V.
SHShreyansAugust 22, 2018 01:26 PM UTC
Hello,
Can we open the radial menu by default.
As of now, when the page is appearing, radial menu is in closed state.
Can we open the radial menu by default, as the onappearing() method is called ?
MSMugundhan Saravanan Syncfusion Team August 23, 2018 10:41 AM UTC
Hi Shreyans,
Thanks for contacting Syncfusion Support.
To achieve your requirement we have prepared a sample. In the sample, in OnAppearing method we have set the IsOpen boolean property to true which makes the radial menu to open by default. Please find the sample from the below link: