Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > RadOutlookBar not getting DnD events

Not answered RadOutlookBar not getting DnD events

Feed from this thread
  • GEB Master avatar

    Posted on Nov 16, 2009 (permalink)

    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?

    Reply

  • Kiril Stanoev Kiril Stanoev avatar

    Posted on Nov 19, 2009 (permalink)

    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.

    Reply

  • Nidhi avatar

    Posted on Jul 7, 2011 (permalink)

    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

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Jul 12, 2011 (permalink)

    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!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > OutlookBar > RadOutlookBar not getting DnD events