Hi Dave,
What do you mean by "not recognized"? If you cannot catch a target cell in TestComplete's Object Spy, it's expected. In most cases, child objects of grid controls are internal, so TestComplete does not recognize them as individual objects and does not show them in the Object Browser.
Have you tried recording any actions over the control? What test did you get?
Here are several steps that you can try, as well:
- check whether the control is inherited from a control that is officially supported by TestComplete. If it is, use the
Object Mapping feature to make TestComplete treat your control as a supported control.
- test your control by using its native methods/properties. You can find out in the control's documentation what particular methods/properties you need to use.