Forum Discussion

laxsore's avatar
laxsore
New Contributor
12 years ago

Problem with spying grid

Hi,



I'm trying to spy fields in grid( see image below):







the blue grid is detected, but when I go more inside - red grid cannt by detected. I need to have acces filter options of that red grid.



Thank for any suggestion,



K,

  • Hi Kazik,


     


    In most cases, child objects of grid controls are internal, so TestComplete does not recognize them as individual objects, and you cannot catch them via the Object Spy. To access these objects, you need to use native methods/properties of the control. You can find out what particular methods/properties you need to use in your control's documentation.


     


    I suggest that you read the "Working With Grids" article describing how you can test your grid.