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

Sequence of events

2 Answers 91 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
tomas
Top achievements
Rank 1
tomas asked on 25 Jan 2010, 09:54 PM
Hello Telerik 

Your web version of the documentation contains completely empty pages about a phases during drag drop operation. I would like to know the sequence of events.

Your are providing very good support but api documentation is completely useless. There is no REMARKS paragraph which is the most important one.

Thank you very much.

Tom

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Stanoev
Telerik team
answered on 27 Jan 2010, 03:25 PM
Hello Tomas,

Currently a successful DragDrop will go though the following phases:

1.    DragQuery event with status DragQuery
2.    DragInfo event with status DragInProgress

Then when a possible target is reached:
3.    DragQuery event with status DropSourceQuery
4.    DropQuery event with status DropDestinationQuery
5.    DragInfo event with status DropPossible
6.    DropInfo event with status DropPossible

On a successful drop:
7.    DragInfo event with status DragComplete
8.    DropInfo event with status DropComplete

Additionally, you can take a look at the "Events and Status" help article. If you still have questions, drop us a line and we'll be glad to further assist you.

Kind regards,
Kiril Stanoev
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.
0
Stephen
Top achievements
Rank 1
answered on 02 Mar 2011, 06:50 PM
Hello,

  Please note that this answer appears correct, but your help page located at: http://www.telerik.com/help/silverlight/raddraganddrop-events-overview.html has the following text (as of 3/2/2011) :

"Sequence of Events

Currently a successful DragDrop will go through the following phases:

  1. DragQuery event with status DragQuery.
  2. DragInfo event with status DragInProgress.

    Then when a possible target is reached:
  3. DragQuery event with status DropSourceQuery.
  4. DragQuery event with status DropDestinationQuery.
  5. DragInfo event with status DropPossible.
(...)"

I think step four should be a DropQuery event - not DragQuery event... 


Tags
DragAndDrop
Asked by
tomas
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Stephen
Top achievements
Rank 1
Share this question
or