I need to place a checkbox inside a datagrid. Im setting the
format property to "Checkbox" in the Column0, but nothing
happens. I'm fetching data from a SQL Server DB, and the datatype
in the column 0 is "bit" (Im asuming this is a boolean type, since
there is no "boolean" datatype in SQL Server)
How can I do this? Is there an easy way to do it?
Should I use another control?
Thanks for your help!
David
