Our state of the art Gantt chart


Post by Dev_Coppelis »

i am trying the trial version an have a question :
When updating any record, I found that the getPostBody () method returns all records in gantt, and I don't know why it works that way, I thought it should only return the modified record,right ?


Post by mats »

Not sure what getPostBody is, as we don't expose any such API. If all records are sent to the server - likely you did not assign an id to them, meaning the Gantt thinks they are new and will send them to the server.


Post Reply