Version

enterEditMode Method

Causes the grid to enter edit mode on the specified row.
Syntax
ASP.NET Ajax Javascript (Specification) 
function enterEditMode( 
   row : GridRow
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowEditingTemplate.enterEditMode(GridRow);

Parameters

row
The row to enter edit mode.
See Also