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
120
Finding UltraGridRow, when dragging an Item from UltraExplorerBar and dropping on UltraGrid
posted

I am having the functionality of Drag and Drop.

Dragging an Item from UltraExplorerBar and dropping on to a UltraGrid. I am able to achieve this functionality by implementing DragDropManager.IDragSource, DragDropManager.IDropTarget interfaces for Drag and drop respectively. I am also using DragDropManager class from Infragistics Samples.

 

But I am not able to achieve the following functionality –

  • On drag of an item from UltraExplorerBar and dropping on UltraGrid, I want to know the Row on which the user drops the item.

Thanks,

Madhav