Forum Discussion
Andrey,
Most likely, you mapped it to a wrong object. This grid control is not inherited from the Microsoft DataGrid control class.
You can find the original control name and then decide which object mapping group matches it best.
However, now, I tend to think that TestComplete does not provide special methods and properties for automating this grid control. Nevertheless, it has access to internal methods and properties (you said that Grid.RecordCount works - this is because it is a native property of the grid control). So, you can use the grid's native methods and properties to accomplish the tasks you need. I cannot say the exact names of methods and properties to be used, sorry. I have never worked with Fidessa apps. Try searching the grid's documentation or ask your developers, they should be able to help.