Categories | Question details Back To List | ||
Drag Row Color I have tried to find where to change the row color when trying to drag a row to another position. I would like to change the default row color from pink to another color. Can you direct me to where I would need to change the this? thanks Answer posted on Nov 26, 2007 01:58 In current version of dhtmlxgrid it is hardcoded, so you need to made next change dhtmlxgrid_drag.js , line 548 z.style.backgroundColor="#FFCCCC"; //this color can be changed to any desire value |