cpuaud
#1
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:
sematik
#2
Unfortunately there is no “light” skin in the dhtmlxGrid 4.x
Please, try to remove the setSkin() method line from your code.
cpuaud
#3
With setSkin:
Without setSkin:
With splitAt, in both cases the the grid display is KO. The first three columns don’t match the others.
cpuaud
#4
I add the dhxgrid_skyblue directory in imgs and the grid is coherent.
Thank you.