I am facing problem while using clearChangedState() function. I am using dhtmlxgrid version 1.5. I have used mygrid.splitAt(4). So if I change data in columns which are to the left of the split, it’s wasChanged property is set to true. But when I use clearChangedState() it does not reset wasChanged property of cells to the left of the split. Is there any specific clearChangedState() function to used for grid’s having split ? Pls help asap.