Getting individual cell values in a Grid for testing with Rational Functional Tester

Hello, I am trying to read each and every individual cell value in the Grid. This is for testing purpose. I am using Rational Functional Tester. With this I am getting the entire grid properties but not each and every individual cell. Let me know whether there is any method to pull out each and every cell value.

1 Reply

AD Administrator Syncfusion Team May 17, 2005 09:19 AM UTC

Each and every cell is not a windowed object. You get the value for a cell by indexing the grid object. object val = grid[row, col].CellValue;

Loader.
Up arrow icon