Hello,
We are deleloping a project management module for our enterprise application and require a Gantt chart component to display hierarchical tasks data in tabular and timeline formats.
We use React and found KendoReact Gantt component as a sutable ready-to-use solution to meet most of our application's requirements.
However, we’ve encountered some limitations which are very importand for us that currently prevent us from adopting this component:
1) Virtualization Support for Large Datasets.
We need do display large amout of tasks simultaneously (up to 10000) so virtualization is a crucial feature for us for performance reasons. But for now it is not possible to enable it via Gantt component public API (If I am not mistaken, Gantt uses GanttTreeList component internally very similar to TreeList with Virtual Scrolling support out of the box).
So the question is why virtualization is not supported by React Gantt component ? Is it possipbe to enable it as it seems as a very usefull and popular feature for enterprise applications?
2) Drag-and-Drop editing is also a very usefull and required functionality in our case. (Move/resize tasks along the timeline, adjust completion percentage, dependencies editing).
We noticed these features are (maybe partially) available in the Kendo Gantt components for (at least) jQuery and Angular.
Are there plans to introduce similar functionality in the KendoReact Gantt component? If so, could you share a timeline for implementation?
We’d greatly appreciate your insights on these points, as they are critical to our evaluation process.
We are deleloping a project management module for our enterprise application and require a Gantt chart component to display hierarchical tasks data in tabular and timeline formats.
We use React and found KendoReact Gantt component as a sutable ready-to-use solution to meet most of our application's requirements.
However, we’ve encountered some limitations which are very importand for us that currently prevent us from adopting this component:
1) Virtualization Support for Large Datasets.
We need do display large amout of tasks simultaneously (up to 10000) so virtualization is a crucial feature for us for performance reasons. But for now it is not possible to enable it via Gantt component public API (If I am not mistaken, Gantt uses GanttTreeList component internally very similar to TreeList with Virtual Scrolling support out of the box).
So the question is why virtualization is not supported by React Gantt component ? Is it possipbe to enable it as it seems as a very usefull and popular feature for enterprise applications?
2) Drag-and-Drop editing is also a very usefull and required functionality in our case. (Move/resize tasks along the timeline, adjust completion percentage, dependencies editing).
We noticed these features are (maybe partially) available in the Kendo Gantt components for (at least) jQuery and Angular.
Are there plans to introduce similar functionality in the KendoReact Gantt component? If so, could you share a timeline for implementation?
We’d greatly appreciate your insights on these points, as they are critical to our evaluation process.