Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Oct 21, 2008 00:07
open dhtmlx forum
Lines of the grid

Hi,

How can i reduce the thickness of the grid cell border?
Answer posted by Support on Oct 21, 2008 02:16
You can redefine the div.gridbox table.obj td class in the dhtmlxgrid.css:

div.gridbox table.obj td {
    border: ...;
    ....
}  
Please, have a look at the article:
http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Creating_custom_skin.html