Forum Discussion
Solved
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.
Colin_McCrae
10 years agoCommunity Hero
Sorry!
I pressed "Accept" instead of "Reply"!!!
My mistake. Can you undo it?
I intended to post this link:
And mention that I don't see "ClickRowIndicator" in there anywhere. :smileysad:
(The grid inherits it's methods from the DataPresenter class which is why my initial response links to a method of that)
- HKosova10 years ago
Alumni
Colin_McCrae wrote:
I intended to post this link:
And mention that I don't see "ClickRowIndicator" in there anywhere. :smileysad:
ClickRowIndicator is a TestComplete method that is added to all supported grids.