Hi ,
Currrently we are working on RFT 8.2 ,with infragistics test advantage addin 8.2 (licensed) for windows forms.While performing automation testing we are unable to capture the cell values(innertext) in the grid table. Class name is showing as "infragistics.win.ultrawingrid.ultragrid" however we are unable to read the text property value of each cell using the methods available
Could you please help us to resolve this problem.Let me know if you need any information.
Try using GetNAProperty:
GridTestObject().GetNAProperty("Rows[0].Cells[0].Value")
You can also use the GetCell method which return a HashtableEx object with alot of information about the cell:
GridTestObject().GetCell(AtCell(AtRow(...), AtColumn(...)))
Let me know if you have any other question.
Ammar
Hi,
Problem: In the Tablegrid I have multiple rows and code is selecting the particular row correclty. But after selecting the row it won't double clicking on the row please help me.
Regards,
Ashwin Kumar