WPF Datagrid view header binding

前端 未结 2 1956
醉话见心
醉话见心 2020-12-12 07:12

Actually the issue im facing is slight different than what title says. I try to sumarize the issue below.

Class PersonnelViewModel
{

public SelectedPersonne         


        
2条回答
  •  抹茶落季
    2020-12-12 07:54

    Finally I managed to get it working. If I directly bind the property to the column header its not populating the value.

    I had to do as following:

    
         
             
        
    
    

提交回复
热议问题