Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

2
Votes

Currently, the Gantt chart does not support aggregate rows. Since the Gantt chart is built on top of the TreeGrid component, which already supports aggregates, we are requesting similar functionality to be implemented in the Gantt chart as well.


Explanation:

Aggregate rows are useful for displaying summary information such as totals, averages, counts, etc., at the bottom or top of the grid. This feature is especially helpful in project management scenarios where users need quick insights into task durations, resource allocations, or progress summaries. While this is available in TreeGrid, it is currently missing in the Gantt chart, limiting its analytical capabilities.


Expected Behavior:


  • The Gantt chart should support aggregate rows similar to TreeGrid.
  • Aggregates should be configurable per column (e.g., sum of durations, average progress).
  • The aggregate row should update dynamically based on filtering, sorting, or data changes.
  • It should be visually consistent with the existing Gantt chart layout and styling.