Gantt APIEventsonDataProcessorReadyOn this pageonDataProcessorReady Description Fires on the dp.init(gantt) call onDataProcessorReady: (DataProcessor: any) => void;Parameters DataProcessor - (required) object - the DataProcessor object Examplegantt.attachEvent("onDataProcessorReady",function(DataProcessor){ // any custom logic here});DetailsYou can use this event to add handlers for DataProcessor from the app code.Related Guides Server-Side Integration