I want to select a row based on a particular cell value from SAP GuiGridView, able to find a method to select columns grd.SelectColumn("").
The similar manner I want to select a particular row.
I am able to retrieve the row data by looping through the grid. But not able to select the row.
Currently, I am filtering the grid using SAP filter functionality and doing the rest of my process.