I want to create a datagridview that has two columns. They will be populated from a table that has two fields; one being a string and the other being a boolean. Since I'm creating my datagridview columns programmatically how do I attach my datasource to this grid and set my values accordingly? Especially, how do I set the checkbox value according to the boolean value being pulled in from the databases?