Version

editorID Property

editorID is the client side ID of the editor control, if we have associated any Infragistics built-in editors and want to use them in place of the vanilla input box editorID is the client side ID of the editor control, if we have associated any Infragistics built-in editors
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_editorID() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_editorID();
See Also