Version

getCurrentActiveCell Method

Returns the current Active Cell.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCurrentActiveCell() : GridCell;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfActiveCellChangingEventArgs.getCurrentActiveCell();
See Also