Search found 3 matches

Hello Mats, one use case where we want to drag task from one resource to other resource and want to export complete grid data and persist in database. CrudManager Sync will get us only updated resource details with event, however I want to retrieve all the grid events and resources from bryntum. Cou...
@pmiklashevich, Thank you very much for your response to my query. Although I have following settings Ext.apply(me, { crudManager : { autoLoad : true, autoSync : true, dependencyStore : new Sch.data.DependencyStore(), transport : { load : { url : '../../../../../../../LoadSimulationData', params : {...
I am using CrudManager to sync up the Bryntum Dependencies Scheduler tasks. I want to receive all the tasks and resources when I drag and drop one of the task from one resource to another resource on the grid. I have tried following but couldn't succeed to get all tasks however I am only receiving u...