i have 2 Grids(*#list1, #list2*
)and want to Drag something from *#list2*
to *#list1*
. When Hovering over an node, the node expand like this .
I still have to draggable element on Cursor and when im focusing row 3,
it should focus setSelection on
"00000010 Testkonto LVL"
but what it does, is setSelection on
"Gruppe 2"
See Image.
When i leave #list1
with the draggable element and focus it again. The Rows are selectable.
My Question is, when adding Elements with addChildNode
how can i reset the positions in #list1
that the over
function can focus on the expanded leafs.