Get data from dataGrid
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
If I have a populated dataGrid in visual c++, how can I get values from the dataGrid without going to the underlying dataSet. Is there a way to use dataGrid->currentRowIndex to reference the row and then return the value from a given column. Thanks!! Kim
-
If I have a populated dataGrid in visual c++, how can I get values from the dataGrid without going to the underlying dataSet. Is there a way to use dataGrid->currentRowIndex to reference the row and then return the value from a given column. Thanks!! Kim
You need to populate the dataset...
"I've seen more information on a frickin' sticky note!" - Dave Kreskowiak