Hi everybody,
I posted the following question in the telerik forum, too. Here Iam trying to reach some DNNprofessionals who maybe can help me:
Iam starting this thread cause I couldnt find any answer to my problem in Google or this forum or somewhere else.
description:
I have got 3 Grids on my Page and want to drag a Item from Grid A and drop it on Grid B:
Grid A: source of drag
Grid B: target of drop
Grid C: test target of drop
My Grid C is an empty Grid without any special settings. Grid A is my source where I have some contact items listed. Grid B is wrapped into a
telerik:RadAjaxPanel
.
If I drag an item from Grid A and drop it on Grid C the eventargs in the codebehind in OnRowDrop looks like this:
If I drag an item from Grid A and drop it on Grid B the eventargs looking like:
This is only caused by the
telerik:RadAjaxPanel
if I remove the ajaxpanel it will work like in the first drag drop.
I alrdy read documentations here on telerik.com and looked into demos but couldnt find any answer to my problem.
I thought something about using the OnDragging method on client side to determine if the destination is wrapped by a
telerik:RadAjaxPanel
and react on this. For example setting the eventarg properties and filling it with the correct data on client side. (But this is just a guess I couldnt get it working)
It would be awesome if someone could help me with this problem.
best regards, marc.