Show gridlines when using .setSkin("dhx_web")

Tried this in the .css, but it didn’t work:

div.gridbox table.obj td { border: 1px solid black; }

You can try

<style type="text/css"> div.gridbox table.obj td { border: 1px solid black; border-width:1px !important; } </style>

Didn’t work, changed to skin"xp"

Check the attached sample.
grids_skin.zip (165 KB)