Thanks for your feedback but it's not quite my problem.
I have no problem setting a checkbox in a datagrid to be on or off, its more to do with it's ThreeState property.
.Item(0, e.RowIndex).Value = False
The line in your code here unchecks the box, how do i set the box to be the intermediate...
I have a dataset containing 2 tables, one for vendors and one for vouchers. These are linked together and bound to 2 datagridviews. Each vendor can have more than one voucher associated with it.
I have an "approved" checkbox column in the voucher table. I want to have a custom approved column...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.