Version

getEditor Method

Returns the reference to html element or javascript object which is used as editor. That is available after edit mode was started.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getEditor() : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowEditCell.getEditor();

Return Value

Reference to editor or INPUT or null
See Also