Hi,
I have a problem with drag n drop a row into root level.I use “complex” as drag behavior.
When I tried to drag “sub B” between grid header and first row (row “A” in the below example) , onDrag event shows target row Id as id of row “A” .
It should be 0 or null so I can understand it is root level. How can I fix this issue ?
A
B
—sub B
C
Greetings,