I'm trying to represent a list of objects from my entity framework in datagridview cell. ...In order for them to display I am overriding the cellFormatting event and setting the value in the cell to a list of the ids of the objects separated by commas....