We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How do I add an event listener for ejRadialMenu Open event after it has been initialized?

How do I add an event listener for ejRadialMenu Open event after it has been initialized?

2 Replies

LA Landy June 5, 2019 03:00 PM UTC

To answer my own question:
$("#YourElement").ejRadialMenu("option", "open", function(){
//Your Code Here
});


AB Ashokkumar Balasubramanian Syncfusion Team June 6, 2019 10:15 AM UTC

Hi LANDRUM S RANDOLPH, 
 
Good day to you. 
 
You can follow the below syntax to Bind the event listener for after Syncfusion component initialization. 
 
// First way 
$("jquery-selector").ej-plugin-name("model.eventName", "eventHandler"); 
 
// Second way 
$("jquery-selector").on("ej-plugin-nameEventName", "eventHandler"); 
 
For your reference, we have prepared the sample for bind the RadialMenu open event for created event of RadialMenu. Please find it below. 
 
 
To know more details about this query, please refer the below help document. 
 
 
Please let us know, if you need any further assistance. 
 
Regards, 
Ashokkumar B. 


Loader.
Live Chat Icon For mobile
Up arrow icon