Horizontal scroll synchronization for hierarchical grids

I have a three tier hierarchical grid (parent, child, grandchild) and I would like to link the horizontal scroll bars of the grandchildren so that they scroll together. Please can you show me what events fire when the grid scrolls horizontally and how to link them togethe


1 Reply

AR Aishwarya Rameshbabu Syncfusion Team April 22, 2024 02:01 PM UTC

Hi Electa Baker,


Greetings from Syncfusion support.


Upon examining your request, it appears that you are looking to synchronize the horizontal scrolling of grandchildren within the Syncfusion hierarchy Grid. In order to achieve this, it would be necessary to adjust the ScrollLeft property of each grandchild to match the currently moving grandchild. However, in the Syncfusion Grid the child Grid elements are only rendered when the parent Grid is expanded. Therefore, synchronously adjusting the scroller position is not a viable option due to the dynamic rendering of child Grid elements. Additionally, the process becomes more complex when some child Grids are expanded while others remain collapsed. So, it is not feasible to synchronize the horizontal scroller of grandchildren in the hierarchy Grid.


Regards

Aishwarya R


Loader.
Up arrow icon