cell value

I am having trouble with cell values, when i edit a cell value the changes do not persist once the cell looses focus

Did you set onEditCell event handler ?
If you did, please, check if this handler returns true:

grid.attachEvent(“onEditCell”,function(stage,id,index){

return true
})