We have two grids in a panel and we need to have their records to scroll together vertically. That is, if user scrolls any one of the grid vertically then other grid scrolls too.
Thus, what can be the way to bind their vertical scrollbars?
A solution for version 4.0.2a is present here but the functions used have been deprecated in 4.1 version and thus it does not work in the newer versions.
Could anyone guide on how to achieve this in ExtJs version 4.1.*?
Thanks for any help in advance.