I am creating an C# wpf application for student records using datagrid.
How to create check box in header to select/deselect all check boxes in a row ?
How to select check box in row with one click so that we can edit/delete record ? and how we can select multiple check boxes to delete ?
I am creating an C# wpf application for student records using datagrid. How to
Share
use sth like this:
and handle
CheckedandUnCheckedevents: