Is there any way of determining the Record that is going to receive a drop in a ListGrid when dropping a component from outside the grid onto the grid?
What I'm trying to do is change the background color of the row (or cell) in the ListGrid when a drop is potentially going to happen on that row/cell.
I know when a potential drop is going to happen through ListGrid.dropOver, but I can't seem to be able to figure out exactly which row/cell that I'm over so that I can change the look of the row/cell.
I would appreciate any help from anyone who knows how.
Thanks,
Chris
What I'm trying to do is change the background color of the row (or cell) in the ListGrid when a drop is potentially going to happen on that row/cell.
I know when a potential drop is going to happen through ListGrid.dropOver, but I can't seem to be able to figure out exactly which row/cell that I'm over so that I can change the look of the row/cell.
I would appreciate any help from anyone who knows how.
Thanks,
Chris
Comment