Discuss anything related to web development but no technical support questions


Post by sandippatel »

Hi

I am trying to sync the data whenever made any changed on gantt. I use react Advance example and also implement one sample API using ASP.NET Core.

For testing purpose I load sample data and sync same data into database.

Here is the code I grab from online documentation:

sync issue.PNG
sync issue.PNG (16.47 KiB) Viewed 1425 times

I have setup autoSync = true and yet the api I have provided does not get called.

Would you please help me where I am going wrong here?

Thanks


Post by saki »

I see a typo in your code autosync:true should read autoSync:true (camel case).


Post by sandippatel »

ah !! thanks. it's resolve


Post Reply