Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
Synchronizing scroll positions in multiple grids
posted

Hi,

We have 2 grids and first column values in both the grids are same, so we have a requirement when I scroll across the rows in Grid 1, even the grid 2 should be scrolled to the respective row.

Say Eg: Grid 1 has below values

Data 1     "Hi"

Data 2     "Hello"

Data 3     "Welcome"

and Grid 2 has values

Data 1    True

Data 2     False

Data 3     True

Now when I scroll to row containing Data 2 in Grid 1, even the scroll position of Grid 2 should also be at row having the value Data 2.

Thanks un advance.

Regards,

Kiran

Parents
No Data
Reply
  • 1530
    posted

    Update to above Post we are using Infragistics version 20132.2364 and also enabled virtualization on both the grids.

    Thanks,

    Kiran

Children