GridView Drag and Drop in WPF

1 Answer 54 Views
DragAndDrop GridView
F1Soft
Top achievements
Rank 1
F1Soft asked on 23 Sep 2023, 11:01 AM | edited on 24 Sep 2023, 07:43 AM

Hello.

I want drag and drop from selected cells to another target cells.

Is it possible move GridView selected string data cells to another cells with drag and drop?

like attached image

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 26 Sep 2023, 02:16 PM

Hello Jae Yong Kum,

This is not supported out of the box. To get the desired effect you will need to implement custom drag/drop behavior. For that you can use DragDropManager. Similar functionality was already discussed in the following forums:

Also, you can check the RowReorderBehavior from this example for ideas: https://github.com/telerik/xaml-sdk/tree/master/GridView/DragDropWithLines

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
DragAndDrop GridView
Asked by
F1Soft
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or