DataGridTemplateColumn with DatePicker requires three clicks to edit the date

前端 未结 2 419
轻奢々
轻奢々 2021-01-05 22:17

I have a DataGridTemplateColumn. Inside its CellEditingTemplate, I put a DatePicker control. Now if I want to edit the date, I have to

2条回答
  •  清酒与你
    2021-01-05 22:33

    An easier solution would be to surround the datepicker with a grid and setting FocusManager on the DatePicker….

    DataGridTemplateColumn.CellEditingTemplate>
        
           
               
           
         
    
    

提交回复
热议问题