Hello,
I need your help. I have a datagridView, which has checkboxcolumn. I want on application runtime, when the checkbox is clicked, change the other column ("Status") value also to change from incomplete to Complete. I am using vb.net programming language.
P.S Column "Status" is an enumeration in my TaskItem class.