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