Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid: Determine the record that is being dropped on

    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

    #2
    See the docs for ListGrid.getEventRow/Column()

    Comment


      #3
      That's exactly what I was looking for. Thank you!

      Chris

      Comment

      Working...
      X