Layout cell Border in Material Skin

hi everybody.

I need some help with layout to hide the cells border of two cells in a way that che cells seems to be a single cell.

i try with:
layout7b.cells(“a”).cell.style.border = “none”;
layout7b.cells(“a”).cell.style.borderBottomColor = “white”;
layout7b.cells(“a”).cell.style.borderBottomStyle = “none”;

layout7b.cells(“b”).cell.style.border = “none”;
layout7b.cells(“b”).cell.style.borderTopColor = “white”;
layout7b.cells(“b”).cell.style.borderTopStyle = “none”;

but nothing seems to run correctly i continue to have a line that divides the two cells.

How can i do ?

I’m using Material Skin.

Thanks to everybody

Please Help ? Sematik Christmas is near?

Thanks

Anybody can help ? Please

I apologize for the delay with the reply.

There is no possibility to remove the specific cell borders for the specific layout cells.
I can only suggest you to minimize the gap using the setSeparatorSize() method:
https://docs.dhtmlx.com/api__dhtmlxlayout_setseparatorsize.html