Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
504
Node drag and drop using the KeyUp or KeyDown event
posted

Hi,

I dint see any sample online for Drag and Drop using the Key events for tree. Is there any article/sample which describes the intended behavior?

 

Raj

  • 7694
    Suggested Answer
    posted

    Hello,

    Please take a look at the sample below:


    http://samples.infragistics.com/2008.2/webfeaturebrowser/contents.aspx?showCode=True&t=WebTree/TreeDragAndDrop/TreeDragAndDrop.aspx~srcview.aspx?path=../webfeaturebrowservb/WebTree/TreeDragAndDrop/TreeDragAndDrop.src~srcview.aspx?path=WebTree/TreeDragAndDrop/TreeDragAndDrop.src


    Here have sample implementation of Drag and  Drop behavior.


    Hope this helps.