The current project I am working on involves creating and editing a large 2 dimensional Array of doubles. I have been able to display the array using a Grid Data View object, but I am puzzled as to how to return the Grid Data View data back to the array after it has been edited, and how to querry a single cell of the grid dataand return the double contained in the cell.
Or am I going about this the wrong way, and I should not be using Grid Data View objects to edit an array?
Thanks,
C. Alan