I have a DataGridView that is bound to a BindingSource that is bound to a
BindingList(Of T). The problem is that the first three columns in the grid
gets their values from the DataSource, but the remaining columns are unbound
DataGridViewCheckBoxColumns which are creteated programatically depending on
the state of the data.
When I set the DataGridViewCheckBoxCell.Value property to true, the cell is
not checked at runtime.
How can I check/uncheck these cells programatically?
Thanks in advance,
Dan
Dan Russell - 08 Nov 2007 05:13 GMT
> When I set the DataGridViewCheckBoxCell.Value property to true, the cell
> is not checked at runtime.
>
> How can I check/uncheck these cells programatically?
This problem occurs when a DataGridView is embedded on a TabPage that is not
the first page in the TabControl. Does anyone know why this is happening or
know how it can be prevented?
Thanks,
Dan