Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1155
Copy and paste a row with comboEditor problem?
posted

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.

Parents
  • 28407
    posted

    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

       

Reply Children