Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Simon,
It looks like your grid control is not specially supported by TestComplete, so you need to use the grid's native methods and properties (like the method you already used) to achieve this. A possibly useful approach you can try is to evaluate coordinates of the needed cell at run time and then use the coordinates to perform the click. Note that you'll probably need to make the needed cell be scrolled into view first. You can also find some useful recommendations on working with grid controls in the Common Operations for Grids help topic.
It looks like your grid control is not specially supported by TestComplete, so you need to use the grid's native methods and properties (like the method you already used) to achieve this. A possibly useful approach you can try is to evaluate coordinates of the needed cell at run time and then use the coordinates to perform the click. Note that you'll probably need to make the needed cell be scrolled into view first. You can also find some useful recommendations on working with grid controls in the Common Operations for Grids help topic.