Forum Discussion
4 Replies
- RavikSuper Contributor
This may help you, try like this
ObjName.Grid.Rows.Item(0).Cells.Item(1).Click
ObjName.Grid.Keys (your data)
OR
Rows.Item(i).cells.Item(7).set_Value("UrData") - ASI_TesterNew Contributor
- m_essaidValued Contributor
hi,
since you have, when you spy the grid with TestComplete, no info in - for example - RowCount or ColCount, it may be a debug info issue.
can't you act on this grid "blindely" ? with mouse coordinates, or double-click, ...
- NisHeraValued Contributor