Link to home
Start Free TrialLog in
Avatar of astensland
astensland

asked on

How to retrieve data from a datagrid

I have a datagrid, and I am having a problem retrieving data from it at runtime. I use dataGrid1.CurrentRowIndex which gives me the current selected row, but I how do I proceed to retrieve that data that is stored in the first column in that row? I want to retrieve the data from the datagrid directly, not from the datagrids datasource (which is a dataset).
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of astensland
astensland

ASKER

Thak you, that did the trick!!!