obj.onCellDataChanged = function(value){...};
Ok, How is this exactly used. The generic format [obj.something = function(value){...};] is almost useless as it is specified on almost every function and control in the documentation.
I want to be notified that a cell value has changed so that a method can pass the changed data back to the underlying controller layer.
I want to be notified that a cell value has changed so that a method can pass the changed data back to the underlying controller layer.
JC
March 6,