Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rafael Luna on Feb 18, 2008 11:12
open dhtmlx forum
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?
Answer posted by Support on Feb 19, 2008 03:46
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.