Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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