This question is locked. New answers and comments are not allowed.
Hi, I have some strange behaviour
I have 2 radgridviews and drag/dropping works ok.
Except for one situation
When I have a radgridview that gets it's databound collection reset,
Sometimes an row from in the gridview has focus but is not selected after the update (a rectangle in the cell, but no color).
This behaviour (setting the focus) is weird (because i don't know what causes it), but not problematic.
However draganddropmanager seems to be affected by this focus.
If I drag the focussed item from one grid to another, the DragDropEventArgs.Options.Payload is empty (count=0).
when I select another row, and come back to my original focussed row and select it, the payload get's filled.
So when a row has focus just after the radgridview collection has been refreshed, when the item is being dragged the payload is empty.
Is this a known issue?
I have 2 radgridviews and drag/dropping works ok.
Except for one situation
When I have a radgridview that gets it's databound collection reset,
Sometimes an row from in the gridview has focus but is not selected after the update (a rectangle in the cell, but no color).
This behaviour (setting the focus) is weird (because i don't know what causes it), but not problematic.
However draganddropmanager seems to be affected by this focus.
If I drag the focussed item from one grid to another, the DragDropEventArgs.Options.Payload is empty (count=0).
when I select another row, and come back to my original focussed row and select it, the payload get's filled.
So when a row has focus just after the radgridview collection has been refreshed, when the item is being dragged the payload is empty.
Is this a known issue?