This question is locked. New answers and comments are not allowed.
hello I'm trying to capture cancel button click maintain the default functionality and call a custom java script.
i have tried to use but this is only call on load.
$('.t-grid-cancel').click(function() {
myJSFunction();
});
i think this happens because is already bounded to your event.
How can i maintain your logic and add some custom logic?
Best Regards
Marco
i have tried to use but this is only call on load.
$('.t-grid-cancel').click(function() {
myJSFunction();
});
i think this happens because is already bounded to your event.
How can i maintain your logic and add some custom logic?
Best Regards
Marco