I have a datagrid with a simple dataGridBoolColumn that I set up in the grids DataGridColumnStyle Collection Editor. When I run the app, all the checkboxes are checked as they should be (all the data in the table is set to 1 which is the True value).
When I uncheck a box and move focus to the next record, the box is automatically checked again. I have the false value set to zero. I can update any of the test fields in the row and they do not change on leave of record.
Any ideas? Thanks in advance.
When I uncheck a box and move focus to the next record, the box is automatically checked again. I have the false value set to zero. I can update any of the test fields in the row and they do not change on leave of record.
Any ideas? Thanks in advance.