Forum Discussion
I am also working on WPF Application, and unable to get the row index for one of the Cell.
I am able to identify the cell by using below code.
Set Obj1 = tableSearchResults.FindChild ("Text",Excel_Open.Value(i_Index_OrganizationName),2)
If Obj1.Exists then
Log.Message Obj1.WPFControlIndex
Else
Log.Message "Organization : "& Excel_Open.Value(i_Index_OrganizationName) &" is not found"
End If
It is giving the column level...but I need the DataGrid Row value so that i can click on the Update button for that perticular row..
Please help...
Hi Venkat,
Try exploring your grid in TestComplete’s Object Browser to identify what properties/methods you can use. To make sure that you see all available properties, switch to the Advanced View mode and allow showing hidden members. Please refer to the "Basic and Advanced View Modes" ( http://smartbear.com/viewarticle/55599/ ) help topic for details.
If this doesn’t help, let us know what control you are testing (its name and vendor).
Related Content
- 6 years ago
- 5 years ago
- 11 years ago
- 2 years ago
Recent Discussions
- 20 hours ago