Original value of the cell. Returns new cell value.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_oldValue();
function set_oldValue(value);

Remarks

If property value is not changed grid will try to extract new cell value automatically. If developer provides custom editing front end then he must to return new cell value within this property.

See Also