Hi Ryan,
Thank you for contacting Syncfusion support.
We have checked your reported query and you can set the draggable row height (element class: e-fullrow) to be the same as the row content (element class: e-text-content) by using the following code snippet.
element.style.height = element.nextElementSibling.offsetHeight +"px";
|
In the below example, we set the height for the element while hovering the node using mouseover event and also, we set the height of the droppedNode. Please refer the following sample
Sample:
Could you please check the above sample and get back to us if we misunderstood your requirement or need further assistance?
Regards,
Silambarasan