Drag and Drop using dhtmlxwindow and dhtmlxlayout

I have a laid out a dhtmlxwindow and dhtmlxlayout with three grids. Everything works except that cursor does not show any value. It looks like the value that should be tied to the cursor can be seen behind the dhtmlxwindow. What have I done wrong. I have boiled my code down to this:





Open Loads

















































Open Date
























Hello,


please, try to set z-index property in the dragSpanDiv class in the dhtmlxgrid.css


.dragSpanDiv{ z-index:100;font-size : 12px; border: 1px gray solid; background-color:white; }


Also form tag should be closed right after - locally we have issues with the provided html layout:.


Please, see attached sample






1245233629.zip (129 KB)