In my WPF application I create Datagrid dynamically from code behind. However, I want to have a datagrid with check boxes on row header similar to this.
I know how to do it from XML, but not from cs code. Is there any idea how to handle this situation? ps. my code is very big I cannot put it here but if you need more info, please put comments below. Cheers