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
170
Grid DragDrop Problem
posted

I want to drag drop the selected rows to an explorerbar (Actually ultraexplorerbaritem). I used DoDragDrop method of the grid and DragDrop event of the explorerBar for this process. I must delete the selected rows after the drag drop operation successfully completes. But how can I realize that? The grid only knows that the operation starts by the DoDragDrop, but it do not know that the rows are dropped into explorerBar. Maybe I fire an event after the rows are dropped into the explorerBar. But I think there must be a way not use an event.

Another question is about the cursors. While the D&D operation is carrying on, I want to change cursor image and add text on it. I did the necessary updates, but unfortunately, on the grid area, cursor icon turn into the "STOP" icon and I can't change this sign whatever I did.

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello,

    Could you please review the sample attached to this post and see if it meets your requirements.

    As to your second question - I think that this requires multi-threading operations, so you could take a look at the following thread with similar requirements where Georgi has attached a sample: http://blogs.infragistics.com/forums/t/63202.aspx Since our controls are not thread-safe you have to handle the thread synchronization yourself.

    Please feel free to let me know if I misunderstood you or if you have any other questions.

Children