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.
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.
I think you forgot to attach the sample, I can not find such sample attached...
You are right. You could see the sample now, it is attached to the current post.
Please do not hesitate to contact us if you need any additional assistance.
Thank you for the information and the sample. In the sample, the UltraGrid and ultraExplorerBar is in the same control (form). But in my case, I think I forgot to say, UltraGrid and ultraExplorerBar are in different UserControls and there is another UserControl having these two UserControl. As I mentioned before, an event is maybe used to handle the situation, If there is another way you suggest to solve the problem, I will be grateful.
Could you please review the new sample(based on your description) attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
I just wanted to know if you were able to solve your issue based on these suggestions or you still need help?
Please let me know.