Autoscroll of TreeGrid
If i selected a row in one tree grid, the corresponding row should be selected in another tree grid. I am able to do this. While selecting 500th row in 1st tree gid, 500th row in second tree grid is getting selected. But The second tree grid is not getting autoscrolled to the 500th line.
While choosing any rows, correspondingly the other treegrids should get autoscrolled to the same nth row. We able to implement selection, but autoscroll is not working. How to customise this ?

