Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1010
igTree NodeDoubleClick not triggering
posted

$('#pageTreeExplorer').on('igtreenodeclick', function (evt, ui) {

 alert('Hola')

}

I see nodeclick working, but nodedoubleclick is not triggering on igTree. 

Any setting required to trigger nodedouble click ?