I would really really appreciate this feature as well, being able to drop onto a specific item in the tree. Probably with a similar API implementation as exists for jqxGrid, as in
.jqxGrid('getcellatposition',x,y)
Is there any change this API feature has already been implemented for the jqxtree?
Right now i’ll look into the option of determining the correct treeview item, based on calculating amount of pixels of the mousepointer position in comparison to the the top of the treeview (knowing how much vertical space each item in the treeview will take up), but that might end up in being very unreliable/unusable.
I’d really like to not having to replace the treeview implementation i am using now by a grid though, that will sacrifice usability.
THank you for a wonderful product!