I have a datagrid bound to a database table. In that datagrid, I have checkbox coulmn which is not bound to the database table. I have a button in the form to select all the checkboxes. How can I check all the checkboxes using C# code.
Also, how can I check through code if the checkbox in a row is selected
Thanks