Skip to main content

onBeforeBatchUpdate

Description

Fires before the batchUpdate method is called

onBeforeBatchUpdate: () => void;

Example

gantt.attachEvent("onBeforeBatchUpdate", function(){
// your code here
});

Change log

  • added in version 4.0
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.