The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I have two ''identical'' grids, one above the other that display different ''time phased'' data. As one grid is horizontally scrolled, I wish to also scroll the grid below it, thereby keeping the same time periods showing. Can you please tell me if there''s an easy way to do this?
Thanks in advance,
DS
ADAdministrator Syncfusion Team May 10, 2004 04:48 AM UTC
Catch the TopRowChanged event in each grid. In your handler for each grid, explicitly set the other grid''s TopRowIndex to be the same TopRowIndex as the grid whose event you are handling.