We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Gantt Chart implementation - Vuejs (Front) & C# (Back)

Good afternoon, everyone!


I'm starting to implement the Gantt chart in my Vuejs project. We previously implemented Vue-PDF with a lot of configuration in C#, which we use as our backend in the company, and it had a detailed documentation on implementation. However, I haven't found anything related to implementing the backend with the Gantt chart. I would like to know if there is similar documentation in C# for the Gantt chart, so that we can complete the project with the various features that this tool has. We want to use as many resources as possible to make the interaction with this tool dynamic.


I'm waiting for your response.


1 Reply 1 reply marked as answer

UA Udhayakumar Anand Syncfusion Team April 11, 2023 03:45 PM UTC

Hi Roan Santos


Thank you for reaching out to us. We have reviewed your query and we would like to suggest that you use the remoteSaveAdaptor to achieve your requirement. Using RemoteSave Adaptor, we can bind dataSource locally with json property and all Gantt actions will be performed at Server end.


We would like to inform you that we do have documentation available for implementing the backend with the Gantt chart. You can use the URL adapter to communicate with the backend for CRUD actions. We have provided a link to our user guide below for your reference, which provides more BatchURL to communicate with the backend for any edit action information on using remote save adapters with the Gantt chart.


UG LINK : https://ej2.syncfusion.com/vue/documentation/gantt/data-binding#remote-data


We hope that this information helps you with your project. If you have any further questions or concerns, please do not hesitate to reach out to us.


Regards,

Udhayakumar


Marked as answer
Loader.
Up arrow icon