Hi Bruna,
Greetings from Sycnfusion.
Current Behavior: When you set view: 'Grid' in the splitterSettings, the Gantt chart moves the splitter to the far right, displaying only the Grid view. However, the Gantt chart itself remains in the DOM and is not removed. This is why you can still move the splitter back to the left to reveal the Gantt chart.
It’s important to note that this setting does not improve performance, as the Gantt chart is still rendered in the DOM, even though it is not visible.
Performance Improvement Suggestion: If your goal is to improve performance, we recommend enabling virtualization in the Gantt chart. Virtualization optimizes rendering by loading only the visible rows and columns, significantly improving performance for large datasets.
For more details, please refer to the following links:
Demo - Gantt Chart · Virtual Scroll · Syncfusion React UI Components
Documentation - Virtual scroll in React Gantt component | Syncfusion
Regards,
Sridharan