Hi I know this may sound a little silly but I want to use a DataGridViewCheckBoxColumn on a field in a database that either contains 'Y', 'N', or blank values. I want the Y values to be checked and everything else to be unchecked.
I am using VB.NET by the way and any help with this would be appreciated. Also before anybody asks no I can't change the database field to boolean I have to just roll with it the way it is.