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

[Solved] Drag and Drop Client side

1 Answer 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
NADAV YEHESKEL
Top achievements
Rank 2
NADAV YEHESKEL asked on 13 Jan 2010, 08:51 AM
Hay all,

I want to disable post back when item Dropped.

I Call a Wcf Service from the client that manipulate data on the server to get better performance in the OnDropped event.

when I set the cancel property to true , OnDropped event not fires and I Cant use my logic to handle the situation.

thanks,

Nadav
 

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 15 Jan 2010, 04:26 PM
Hello Nadav,

The only way to disable the PostBack in this case is to cancel the OnRowDropping event. You could move your logic from OnRowDropped to OnRowDropping. There you can get the target element and the source element too.
I hope this helps.

Greetings,
Radoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
NADAV YEHESKEL
Top achievements
Rank 2
Answers by
Radoslav
Telerik team
Share this question
or