Wpf DataGrid Add new row

前端 未结 2 828
一生所求
一生所求 2020-12-08 14:06

I have managed to get DataGrid to show new row for adding new item. Problem i face now is i want data in the rest of wpf DataGrid to be read only a

2条回答
  •  庸人自扰
    2020-12-08 15:10

    Just simply use this Style of DataGridRow:

    
            
    
    

提交回复
热议问题