V4.6.1 : splitAt and setSkin

Hello,

in 4.6.0 my code was (“light” is a personal skin):

		mygrid.setSkin("light");
		mygrid.splitAt(3);

In 4.6.1, with this code, only the 3 columns have the skin.
With:

		mygrid.splitAt(3);
		mygrid.setSkin("light");

it’s better but the lines coloration (first white, second blue, etc.) is KO:


Unfortunately there is no “light” skin in the dhtmlxGrid 4.x
Please, try to remove the setSkin() method line from your code.

With setSkin:

Without setSkin:

With splitAt, in both cases the the grid display is KO. The first three columns don’t match the others.



I add the dhxgrid_skyblue directory in imgs and the grid is coherent.

Thank you.