For example, I have two rows in the datagrid and one rows has a comboEditor with fhree items "1,2,3" and another row has a comboEditor with three items "4,5,6"
when I copy the selected first row and paste it into the second row, the items source of the combo box couldn't be replaced to "1,2,3".
Do you know if this is possible? and how archive it?
Thank you very much.
HI,
The copy and paste will not change the Itemsource of the ComboEditor.
It seems that you have two different Itemsources for the ComboEdtior.
What determines the values in the ItemSource of the ComboEditor? .
Sincerely, Matt Developer Support Engineer
Hi Matt,
Yes I have different items source for the comboEditor.
But the items source are both type of ObservableCollection<MyType>, I just hope the collection could be also pasted not only the selected value.