Is there a way i can remove the drag hover text on a dhtmlxGrid and dhtmlxTreeGrid?
Thanks
You can use rowToDragElement() method. Please check this article dhtmlx.com/dhxdocs/doku.php?id=d … _drag_text
Hi
To remove the drag text I used the following, but it still shows a small vertical line next to the mouse pointer. (Screenshot attached)
grid.rowToDragElement=function(id){
//any custom logic here
var text = "";
return text;
}
This issue confirmed. We’ll provide solution as soon as possible