R
Rob W
Greetings,
Well this is really a continuation from a previous thread and I've exhausted
all my resources in finding an answer so posting in it's own thread.
A datagridview is created programmatically and then the datasource is set to
a dataset with all but the datagridviewcheckboxcells bound using the
dataproperty option.
If I change the underlying datasoure I.e. the datatable (e.g. removing a
datarow) then the unbound columns if checkbox values are selected i.e. true
are ALL set to false.
Is this usual behaviour? Can I prevent this?
I couldn't find a single item on the Internet to reference anyone else
experiencing the same, apologies if being really stupid but need some
guidance here, can anyone please offer some advice and guidance?
Thanks
Rob
Well this is really a continuation from a previous thread and I've exhausted
all my resources in finding an answer so posting in it's own thread.
A datagridview is created programmatically and then the datasource is set to
a dataset with all but the datagridviewcheckboxcells bound using the
dataproperty option.
If I change the underlying datasoure I.e. the datatable (e.g. removing a
datarow) then the unbound columns if checkbox values are selected i.e. true
are ALL set to false.
Is this usual behaviour? Can I prevent this?
I couldn't find a single item on the Internet to reference anyone else
experiencing the same, apologies if being really stupid but need some
guidance here, can anyone please offer some advice and guidance?
Thanks
Rob