Forum Discussion

krkarthik_info's avatar
krkarthik_info
Frequent Contributor
9 years ago

How to click the control which is not visible on screen

Hi All,   I have a Infragistics control XamDataGrid in my application which contains multiple RecordListItemContainer for multiple rows/records. By default the grid shows only 4 rows in a visible r...
  • HKosova's avatar
    9 years ago

    Does your grid have row indicators? If so, you can try ClickRowIndicator:

    gridObj.ClickRowIndicator(rowIndex)

    It should automatically scroll the grid to the specified row.