DayLaborer
Programmer
I have list that has a Boolean valued column. When I set the DataGridView.DataSource to the list, it displays nicely, but it defaults to displaying the Boolean column with checkboxes. I need it to show "Y" or "N" instead. I was able to hack it by hiding the real columns and creating new ones of type String, but that seems ...hacked.
How can I get it to display my Boolean column with "Y" and "N"?
Thanks,
Eliezer
How can I get it to display my Boolean column with "Y" and "N"?
Thanks,
Eliezer