Hello,
I've made a script that gets a datagridview with 3 columns. The first column has checkboxes, now what needs to happen is when I check a checkbox the entire row will get selected. Now I have found this http://www.c-sharpcorner.com/UploadFile/shweta1985/tip-how-to-highlight-rows-in-a-datagrid-using-a-checkbox/ but I have no idea how to translate that to powershell.
Could anyone put me in the right direction with this?
Thanks!