-
I need to place a checkbox in a datagrid. i went to the format tab, and changed the datatype to checkbox. It said somthing about needed to being bound to a boolean column. How do i do this? How and when will the check box display in the grid. any information would be great. Thanks
-
That is referring to when the grid is bound to a database via a data control. It want's that particular column of the grid to be matched up with a boolean field in the database.
Sorry I can't be more help about hwo to get around this, but hopfully I explained why that's happening.