Forum Discussion

BillSimpson's avatar
BillSimpson
Occasional Contributor
9 years ago
Solved

Setting the current active row on an Infragistics XAMDataGrid

I would like to be able to set the current active row on a XamDataGrid.   I can find the row by searching for the "Testcomplete Import 1" data value in the datacolumn "Description" on the XamDatGri...
  • HKosova's avatar
    9 years ago

    You can change the active row by clicking the row indicator:

    ListOfMTOsGrid.ClickRowIndicator(row)