Version

isInEditMode Property

Indicates whether the grid is in edit mode. Optional 'row' parameter helps to determine whether a specific row is in edit mode.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_isInEditMode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowEditingTemplate.get_isInEditMode();
See Also