refresh one cell after update

In my grid I hava a onCellEdit event. When I change the value on a cell, I Update it in the database. But the value on my grid still the old value. How I can refresh only that cell?

Please be sure that you onEditCell event handler coder returns true, if event handler code returns false or return nothing - it will resulted in blocking results of edit event.