We were evaluating Gantt Chart Component in Angular.
Is there a way to Integrate Custom Angular Components as Inline Editing Components in Grid of Gantt Chart?
If it 's possible can you please share us the way to achieve it. That would be really helpful.
Hello Bhavesh,
Unfortunately, there is no way to render Angular elements inside Gantt. You can only show HTML elements.
The dev team will investigate if it is possible to add support of using Angular methods and elements, but I cannot give you any ETA.
Hello Hitesh,
The dev team will add a way to let Angular and React render task rows in the grid.
I cannot promise that other parts of Gantt will have that functionality.
Hello Brian,
Starting from the 7.1 version, you can add Angular components inside the grid cells and as addTaskLayer elements:
However, Angular has the createComponent method that allows rendering components. This means, you can create a custom inline editor and manually render Angular components there: