Need to format dates in dynamically built WPF DataGrid

后端 未结 8 584
眼角桃花
眼角桃花 2020-12-05 09:51

We are binding an unknown result set to a WPF DataGrid at run time. Some of our columns are going to contain DateTime values and we need to properly format these date time

8条回答
  •  一整个雨季
    2020-12-05 10:45

    Format the binding by StringFormat:

    
    

    I think it's better than writing code behind pieces of code

提交回复
热议问题