uncall onAfterEditStop

I am using onAfterEditStop to update the dataTable, i want it to be called only when tab/enter button is clicked or in other works it should not be called when i enter a value in cell and mouse-click else where on dtable, How can i do this ?

You can check the webix.UIManager.getFocus(). If it points to the some other component, or set to null, there was a click outside of DataTable