Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by 4ks on Sep 15, 2008 22:34
open dhtmlx forum
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
Answer posted by Support on Sep 16, 2008 09:44
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
})