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

RadOutlookBar not getting DnD events

3 Answers 51 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
GEB
Top achievements
Rank 1
GEB asked on 16 Nov 2009, 07:53 PM
I have set the DragAndDropManager to AllowDrop="True" for a RadOutlookBar, and have set up the appropriate event handlers in the code-behind, but I'm never receiving a DropQuery or DropInfo event.  It is possible to drop to an OutlookBar?

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 19 Nov 2009, 01:41 PM
Hi Gary,

You can find attached a sample project demonstrating how to drag from a ListBox and drop into an OutlookBar. Have a look at it and let me know how it works for you.

All the best,
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
Nidhi
Top achievements
Rank 1
answered on 07 Jul 2011, 01:22 PM
Hi Team,

I want to implement drag N drop functionality in outlook bar where outlookbar item cab be moved here and there.

Please provide sample code.

Thanks in advance..

Nidhi
0
Petar Mladenov
Telerik team
answered on 12 Jul 2011, 08:50 AM
Hi Nidhi,

Currently, the RadOutlookBar provides DragReorder operation "out of the box" that could be activated like so:
<telerik:RadOutlookBar  AllowDragReorder="True" >
          <telerik:RadOutlookBarItem Header="Item A" />
          <telerik:RadOutlookBarItem Header="Item B" />
          <telerik:RadOutlookBarItem Header="Item C" />
          <telerik:RadOutlookBarItem Header="Item D" />
          <telerik:RadOutlookBarItem Header="Item E" />
      </telerik:RadOutlookBar>
When you need to implement custom DragAndDrop behavior/operation in RadControls (using DragCue, ArrowCue, controlling the data of the source and the target) you can use the RadDragAndDropManager and its events. You can examine its demos here and its documentation here.

Regards,
Petar Mladenov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
OutlookBar
Asked by
GEB
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Nidhi
Top achievements
Rank 1
Petar Mladenov
Telerik team
Share this question
or