Our state of the art Gantt chart


Post by georgyfelix »

I'm trying to load the gantt chart in a .NET MVC application but it gives me Cross origin error. Is there any sample available in which it is done properly?


Post by mats »

Cross origin error doesn't have anything to do with our component, it means you are loading data from a foreign domain. You can learn how to handle this here:

https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
https://developers.google.com/web/ilt/pwa/working-with-the-fetch-api

Searching for 'cors' in this forum would also help:

viewtopic.php?f=44&t=15885&p=79309&hilit=cors#p79309


Post Reply