I have testadvantage 8.2 version & infragistics controls also of 8.2 dll.
How can I access a specific row
A checkbox in a specific column
The attached is the screenshot of the grid.
I need to click the check box highlighted in the screenshot. I got the rows.filteredinrowcount correctly.
Hello,
You could use the same approach that is used in this post. The difference is for the call to SetCellData, you will want to pass in "true" as the value.
Let me know if you have any questions with this matter.
Alan