Hi. I have a Dataview with it's source data attached as "data: [an array variable]". It display's perfectly, but now I have to make a map snap to an items position. I have the mouseenter mechanism working, but have two problems.
1 - The Index passed in the event is always -1
No matter what I try, the event variable that is supposed to have the selected items index, always contains -1
2 - Access to the underlying 'data' in the DataView to get the XY coords
Even if I could get the index, I have no idea how to get to the variables in the original Array/Object to retrieve the items XY coordinates