Categories | Question details Back To List | ||
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 Answer posted on Jul 11, 2007 19:21 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 Answer posted by sematik (Support) on Dec 01, 2014 09:00 Not much can be said in addition to the reply above, but you also can check data data processor and ajax framework and find out what we have probably missed in our explanation. |