Adding a checkbox into a datagrid?

JediMaster

New member
Joined
Dec 5, 2004
Messages
4
Programming Experience
Beginner
hello,

I am trying to place a checkbox in my datagrid which will be checked or unchecked depending on a boolean value passed in from my database.

I have no idea how to do this, can anybody help me on this.

Thanks in advance.
 
if a datacolumn is a boolean type, the datagrid should already have a checkbox @ least in .net2003 i think it does
 
Back
Top