Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 24, 2007 16:37
open dhtmlx forum
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