Subgrid css

Hi everybody,

How can I access a subgrid’s css or isn’t that possible? I’ve tried the following codes:

div.dhx_sub_row { border: 1px solid black; }

.dhx_sub_row { border: 1px solid black; }

div.gridbox_invoicesub { border: 1px solid black; } ... subgrid.setSkin("invoicesub");

If possible, I would like a border around the whole subgrid.

Thanks

Nevermind, I found it. The second code example does the job. It turned out I did something wrong.

.dhx_sub_row { border: 1px solid black; }