Version

getCells Method

Returns cells entered row edit mode.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCells() : {Any};
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfEnteringRowEditEventArgs.getCells();

Return Value

Array of Infragistics.Web.UI.RowEditCell objects
See Also