Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by n.darques on Mar 09, 2009 04:17
open dhtmlx forum
[dhtmlxGrid] Drag and Drop styling

When styling drag and drop between two grids, I'd just noticed that background color of a potential dropping row is hard coded :

dhtmlxgrid_drag.js
line 587 : z.style.backgroundColor="#FFCCCC";

Should it better be a external input (CSS or a Variable ) ?
Answer posted by Support on Mar 09, 2009 04:54
Yep, definitely not the best solution. 
Definition will be moved to css file in next version. Thanks for your remark.