Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

16
Votes

I could not find a way (yet) of somehow lazy load the sub-tasks based on clicking the current task.
For that to happen, it has to show a dropdown (we can base it on a `childCount` property or something) in the parent tasks which should allow showing the arrow.
Upon clicking the arrow, we should emit an event from the Gantt chart so we (or the developers) can load the children and append to the parent item's subtasks.

Is this already possible? I couldn't find documentation on this, unfortunately :)
Thanks in advance.