satyabrata
13 years agoNew Contributor
DevExpress.XtraGrid.GridConrol - ClickCell doesnot works.
Hi,
I am working on a smart client application in which I need to click on a cell inside a grid.Though the cells are not identified/highlighted by test complete,but when I tried to record the action , that is, clicking on a specified cell inside the grid, the following code is generated by test complete
var gridControl;
gridControl = Aliases["Process"]["Parent"]["gridObject"];
gridControl["ClickCell"](0, "Name");
0-Row Number.
Name- Column Header
gridObject - The clrFullClassName is DevExpress.XtraGrid.GridConrol.
When the generated code is executed,Test complete fails to click on the cell.
Please help me with clicking the cell .Is there any internal function or method to be called or do I need to do some settings with the Name mapping feature.
Thanks,
Satya
I am working on a smart client application in which I need to click on a cell inside a grid.Though the cells are not identified/highlighted by test complete,but when I tried to record the action , that is, clicking on a specified cell inside the grid, the following code is generated by test complete
var gridControl;
gridControl = Aliases["Process"]["Parent"]["gridObject"];
gridControl["ClickCell"](0, "Name");
0-Row Number.
Name- Column Header
gridObject - The clrFullClassName is DevExpress.XtraGrid.GridConrol.
When the generated code is executed,Test complete fails to click on the cell.
Please help me with clicking the cell .Is there any internal function or method to be called or do I need to do some settings with the Name mapping feature.
Thanks,
Satya