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!

2
Votes

Hello,

In Angular Gantt component, i want to perform a Fullscreen Timeline function and I am doing it with an external fullscreen button and setting Gantt Splitter position to 0 manually.

this.gantt.setSplitterPosition('0%', 'position')

this.gantt.setSplitterPosition('0', 'columnIndex')

this.gantt.setSplitterPosition('Chart', 'view')

When i click the button and calling one the given functions above, timeline rows are not rendering properly. I could not find a workaround or proper solution to this problem. Is there any way to solve this or rerender the row data.


Stackblitz Example:

Minimal Reproducible Example

Same problem happens in documentation page also:

Syncfusion Documentation Page


This problem is exist on both 20.4.54 and most recent version. (example given on 26.2.5)

Thank you, looking forward for a proper solution.
Best regards.