Fetching data from applicaion

Hi Everyone ,

Can anyone please let me know how to fetch data from application grid.

I have windows application with data grid. I need to click to each grid’s row.
How I can do this?

Hi @Alex7,

Use shortcut keys to click each rows like (down and press enter key)

Regards,
Arivu

Hi @arivu96,

thanks for responding

When I click at the row, the row will vanish from my data grid.
I think I need use some thing like ElementScope and ForEach. But I don’t know how.

Someone who could tell how to iterate through elements using ElementScope and ForEach in my case?