Extract data from a grid control in Windows App

We have a native windows application that has a grid containing data. I am having issues with getting data from the grid in the rows/columns. The selector considers the entire grid one element. And the “Get Text” methods do not allow positional screen scraping. I tried the screen scraping wizard and one said it was not supported. The other pulled back only the data visible on the screen. I can “Click” into the grid and use arrow keys to move between cells. But just can’t figure out how to grab the data at the cursor location. This is not Web based - it is a 100% Windows (old school I know) application.
Thoughts? Thanks!