wpf datagrid combobox column

后端 未结 2 771
既然无缘
既然无缘 2020-12-06 11:02

I have trouble reading the field. I have tried in different ways but still can not. I want to read the value that the user selected the following 3 values.

Code in X

2条回答
  •  有刺的猬
    2020-12-06 11:46

    I guess you want to enable multi selection in the combobox inside DataGridComboBoxColumn. Following code project does the same.

    http://www.codeproject.com/Articles/21085/CheckBox-ComboBox-Extending-the-ComboBox-Class-and

提交回复
热议问题