Solved
Forum Discussion
HKosova
Alumni
10 years agoDoes your grid have row indicators? If so, you can try ClickRowIndicator:
gridObj.ClickRowIndicator(rowIndex)
It should automatically scroll the grid to the specified row.
krkarthik_info
10 years agoFrequent Contributor
Thank you so much for the perfect solution. My grid is having ClickRowIndicator() method which helped me to select the row which is not visible on the screen.
Thanks,
Karthik K R