Tree Lister COMP - can't get row or column info on drop

When setting a drop callback on the treelister COMP if you drop an OP onto it then it doesn’t give you the row or column info, only the op name. This is because it’s a container wrapped around a list COMP set to “Use Parents Drop Settings”.

If I put the callback onto the list itself it works as expected but this list is a clone and so this workaround won’t save unless you make the component clone immune.

Are you trying to use the legacy drop callbacks? I get the cell info when I use the modern drop system built into components (drag/drop par page).

If you’re trying to use the old system please post your file or send to ivan@derivative.ca and I’ll take a look.