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
1945
Contextmenu on selected cells with right click
posted

Hi

I cound't find any sample to do this. Right now i allow users to multi select cells in a grid. I would like to give them the option to copy the selected cells

through use of contextmenu when right clicking selections. How to accomplish this?

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello and thank you for posting!

    I have created a sample project for you that shows how a context menu could be used to copy and paste multiple cells. Please note that in order to copy the cells there should be enough space under the active cell e.g. if you have copied the cells from two records, you would not be able to paste on the last record.
    If you have any questions, do not hesitate to update this thread.

    XamDataGridContextMenuCopyCells.zip
Children