Posted 2 September 2021, 1:49 pm EST
I have a ```
Person
I want to set the grid cell to this object and display only the first name.
[i]//set the cell value to the object[/i]
myGrid.(row,col) = myPerson
[i]//set the cell display value to FirstName[/i]
myGrid
Then later I want to be able to retrieve that object.
myNewPerson = myGrid(row, col)
Can this be done in the Winforms grid? If so, how please?[img]https://gccontent.blob.core.windows.net/forum-uploads/file-2a85da95-2b16-4c61-8867-0a8ad7f70bde.png[/img]