Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading DataGridView with CheckBox Column

Status
Not open for further replies.

DerPflug

Programmer
Mar 28, 2002
153
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top