Version

showEditor Method

Shows and positions the editor.
Syntax
ASP.NET Ajax Javascript (Specification) 
function showEditor( 
   top : Integer,
   left : Integer,
   width : Integer,
   height : Integer,
   cssClass : String,
   parent : {DomElement},
   cell : GridCell
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEditorProvider.showEditor(Integer,Integer,Integer,Integer,String,{DomElement},GridCell);

Parameters

top
Top coordinate of the editor in pixels.
left
Left coordinate of the editor in pixels.
width
Width of the editor in pixels.
height
Height of the editor in pixels.
cssClass
Optional. CSS class to apply to the editor's main HTML element.
parent
Parent HTML element if the editor needs to be reparented.
cell
Cell object of grid.
See Also