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
655
Drag columns between tabs
posted

I am currently evaluating your grid control for possible purchase and am stuck in trying to figure out how to accomplish this scenario:

We have two grids in one application, one in each Tab control (WPF application). We need to be able to take one of our columns in the middle of the grid and drag it into the tab, capture that drag and add the dragged column to the other grid.

Can you help me figure out how to accomplish this?

  • 69686
    posted

    Hello,

    Which part exactly is the one you are struggling with? You can set the visibility to collapsed of the field you are dragging from the first XamDataGrid, and add an UnboundField to the second XamDataGrid -if you do not have such field in that grid or set the visibility from collapsed to visible if you had one.

    Please provide more information about your scenario.

    Regards,

    Alex.