DHTMLXGrid: Move Row Up / Move Row Down and AlterCSS

Hi,



I am using the grid with the alterCSS to set altenate colours for rows and this works very nicely.



If I add or delete a row the striping is correctly maintained, but if I use the move row up or move row down methods, then the stripes are then incorrect.



Is there an easy way to fix this ?

I couldn’t mind a method to easily tell me the row colour or style.



Thanks

Problem confirmed, I will look how to fix it in next build, fo now you can just call next command after moving rows
    grid._fixAlterCss(ind);
ind - index in grid from which row must recheck styles, it optional and can be skiped