Forum Discussion
Hi,
Object in the Screenshot looks like Data grid or Data grid View control. Hence some type of application TC doesn't go in-depth into the cells but we can access the cells controls.
So, Go to methods and there if you are able to see ClickCell,ClickCellR.... methods then TC recognized the your data grid or data grid view object. If not follow the steps in the below links.
Let me know you are able to access the cells using this.
unfortunately ,it is not a data grid view
- shankar_r9 years agoCommunity Hero
So, What kind of control is this?
- nikki859 years agoContributor
it is AFXFRameOrView100, I attached the properties of this object
- shankar_r9 years agoCommunity Hero
Hi,
AFXFRameOrView100 is the custom name of the Grid class. if see the below screenshot.
Go to methods for the object , In this Are you able to see the ClickCell, ClickCellR... methods?