Categories | Question details Back To List | ||||||||
disable drag text Is there a way i can remove the drag hover text on a dhtmlxGrid and dhtmlxTreeGrid? Thanks Answer posted by dhxSupport on Sep 22, 2009 03:55 You can use rowToDragElement() method. Please check this article http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:drag_and_drop#creation_custom_drag_text Answer posted by SJ on Sep 22, 2009 04:24 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;} Attachments (1)
Answer posted by dhxSupport on Sep 22, 2009 05:25 This issue confirmed. We'll provide solution as soon as possible |