DataGridComboBoxColumn cell not displaying selected item text?

后端 未结 3 747
不知归路
不知归路 2020-12-21 02:40

I was wondering how you get the DataGridComboBoxColumn to display the selected item text when it is not in editing mode? And also is it possible to make it so the combo box

3条回答
  •  一生所求
    2020-12-21 03:24

    Ok I figured it out after a lot of googling.

    but it seems you just do the same thing for ElementStyle, again with the target type of combo box, even though it does not seem to show a ComboBox when not editing.

    
            
                
            
            
                
            
        
    

提交回复
热议问题