Hi,
i have problem when i use UIAutomation to select a cell of datagrid.
i use dynamic variable and just could select cell in first row
<ctrl automationid='tiHT' />
<ctrl name='Records' role='list' />
<ctrl name='Table1' role='list' />
<ctrl idx='{{rowNum}}' name='System.Data.DataRowView' role='list item' />
<ctrl automationid='TextInOutput' />
when rowNum=1 it could be select
but rowNum=2 UI couldn’t select
Anyone know this case? or have other solution ?