Version

getCurrentSelectedCells Method

Returns a Read Only collection of the currently selected cells.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCurrentSelectedCells() : GridCellReadOnlyCollection;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCellSelectionChangingEventArgs.getCurrentSelectedCells();
See Also