Coding
DataGridView wants to display object, but I just want the object’s Name property displayed
I have a DataGridView populated with Dapper, and it’s working well displaying employee info as expected. However, I’d like to specify that the Job Title column not display the JobTitle object (WorkDesk_Library.Models.Admin_Info.TitleModel), which is an Read more…