I want to highlight record on which I will drop a record from other grid in xamDataGrid_PreviewDrop event.
How to achieve this.
Thanks,
Priya
Hello Priya,
I am just checking if you require any further assistance on the matter.
Hi Priya,
Thank you for your post. I have been looking into your question and you could use the ‘DropTargetMarkerBrush’ of the DropDownManager.DropTarget in order to set a brush of the drop target record. I am attaching a sample application(DragDropRecordsBetweenGrids_Brush.zip) that shows this functionality.
Let me know, if you need any further assistance on this matter.