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