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
595
Drag and drop datagrid row cells
posted

I have a datagrid with 6 columns.

Say I want to select the first 3 column cells in row1 to 3rd, 4th, 5th column cells in row3. Is it possible with xamDatagrid?

Parents
No Data
Reply
  • 14517
    Offline posted

    Hello Ramesh,

    It sounds like the clipboard operations available in the XamDataGrid may provide the functionality you need. If you enable clipboard operations on the XamDataGrid this will allow you to select cells and then you can copy / paste values to / from the selected cells using the copy, paste, and cut commands Ctrl-C, Ctrl  V, and Ctrl X. To learn more about using clipboard operations in the XamDataGrid please see http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=xamDataGrid_Clipboard_Operations.html

    There is also a sample demonstrating the use of this feature in our samples browser under XamDataGrid – Editing & Selection - Clipboard

    If this does not meet your needs please provide me with more information on what you are trying to accomplish so that I may be of further assistance.

    Sincerely,

    Valerie

    Software Developer

    Infragistics Inc

     

Children
No Data