Forum Discussion

mikej411's avatar
mikej411
Occasional Contributor
9 years ago
Solved

How to click on specific cell and row number in grid using passed parameter

I need to create a function to click on an Infragistics WebDataGrid using TestComplete. Simply clicking on the grid in my main test is easy: page.grid.cell(3, 1).Click();   However I want to conv...
  • cunderw's avatar
    9 years ago

    Try this:

     

    page.grid.cell(cell,row).Click();