Forum Discussion
AlexeyKryuchkov
Alumni
14 years agoHi Vijay,
If this grid fits the "mx.controls::DataGrid" class, TestComplete can provide special support for it. To learn how to try enabling the support, please see the "FlexDataGrid Object" help topic. If this works, you will be able to manipulate cells using the approaches from in the "Working With Grids" help topic.
However, if the grid doesn't fit the "mx.controls::DataGrid" class, you'll have to work with your grid using its native members through the FlexObject property.
If this grid fits the "mx.controls::DataGrid" class, TestComplete can provide special support for it. To learn how to try enabling the support, please see the "FlexDataGrid Object" help topic. If this works, you will be able to manipulate cells using the approaches from in the "Working With Grids" help topic.
However, if the grid doesn't fit the "mx.controls::DataGrid" class, you'll have to work with your grid using its native members through the FlexObject property.