v1.6 Grid losing row class after filtering or sorting

Hello,



With v1.6 of the grid I noticed that the override class I set in XML for a row is being dropped after data filtering or column sorting occurs. This does not occur with previous versions of the grid.



Xml example:







value 1

value 2





value 3

value 4







Please advise.



Thanks,



kb


If pronblem occurs in case of Smart Rendering mode - please use attached js file instead of original one, it will resovle issue.



dhtmlxgrid_srnd.zip (1.9 KB)


Thanks for the quick reply but I am not using smart rendering mode, below is the exact code I am attempting to test:




 
  grid cell row class
  
  
  <script  src="…/dhtmlx/common/dhtmlxcommon.js">
  <script  src="…/dhtmlx/grid/dhtmlxgrid.js">  
  <script  src="…/dhtmlx/grid/dhtmlxgridcell.js">
  
  
   .rowRedText
   {
    color:red;
   }
  
 
 
  


  
 




Seems like I am seeing the issue when I am setting the skin to “light”.

Problem confirmed and fixed.
Fix will be released as part of next build.
Fixed js file sent by email.


I also noticed that the grid no longer automatically scrolls when I select a row at the bottom of the grid and then hit the down arrow to view the next row. 



Is there a new setting that enables auto scrolling?

Version which was sent by email, contain fix for such issue as well.