I'm attempting to provide a UI where the user can drag a record in a ListGrid and drop it on another record within the same ListGrid to merge it with that record.
I can almost achieve this but I'm stuck on trying to change the style of the target drop row when dragging over rows. Essentially, instead of showing a drop line (like with the reorder records support) I want to highlight the target row instead. I can then handle recordDrop to perform the merge.
Does anyone have any advice on how this could be done?
Many thanks.
I can almost achieve this but I'm stuck on trying to change the style of the target drop row when dragging over rows. Essentially, instead of showing a drop line (like with the reorder records support) I want to highlight the target row instead. I can then handle recordDrop to perform the merge.
Does anyone have any advice on how this could be done?
Many thanks.
Comment