Version

selectedCellsResolved Property

An array of cells that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedCellsResolved() : GridCell[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSelection.get_selectedCellsResolved();
See Also