dhtmlxgrid updating from xml

hi,

i have a dhtmlxgrid which updates itself every x seconds from an underlying xml file, which is updated every y seconds.

the grid values are updating nicely, but i’d like the values which have changed to be highlighted for a few seconds.

i’d like the behaviour to be similar to when you edit a value in a grid and it’s highlighted in bold until it’s saved in the db ( using ajax etc ).

is this possible at all? thx

You can highlight updated rows with following code:

grid.updateFromXMl(url,function(){ //highlight rows on a few seconds })

//highlight rows on a few seconds

hi, implementing this bit i get an object doesn’t support this method error message when i try to use mygrid.getChangedRows();

Could you please expand on it a bit? Thx