This is a migrated thread and some comments may be shown as answers.

Can not drag column header from GridView to ListBox (Q1 2013)

2 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andrei
Top achievements
Rank 1
Andrei asked on 28 Feb 2013, 04:26 PM
Hi, guys

I need your help
after update with Q1 2013!

public SView()
{
InitializeComponent();
 RadDragAndDropManager.AddDragInfoHandler(SList, OnDragInfo);
 RadDragAndDropManager.AddDragQueryHandler(SList, OnDragQuery);
 RadDragAndDropManager.SetAllowDrag(SList,true);
}
// Is skipped OnDragQuery Event !!
private void OnDragQuery(object sender, DragDropQueryEventArgs e)
{
e.QueryResult = true;
}



I try to use DragDropMananer:
DragDropManager.AddDragDropCompletedHandler(UElement, OnDrop);

- This solution contains only e.Source but not contains e.destination. Destination is control of current position of mouse cursor, i need obtain current control under (mouse current position) 

thanks

2 Answers, 1 is accepted

Sort by
0
Armen
Top achievements
Rank 1
answered on 25 Jun 2013, 12:55 PM
Exist solution?
0
Andrei
Top achievements
Rank 1
answered on 09 Jul 2013, 07:31 AM
 I tryed to use AddDragOverHandler and AddDragLeaveHandler for capture (TextBlock)args.OriginalSource).Text, but it's no good idea :(

Please help me to drag Column Header in LIstBox and back !!!!!
Tags
GridView
Asked by
Andrei
Top achievements
Rank 1
Answers by
Armen
Top achievements
Rank 1
Andrei
Top achievements
Rank 1
Share this question
or