Version

selectedCellsCollections Property

An array of selected cells collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a cell, use the Add method off of the Collection. To unselect a cell, use the Remove method off of the Collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedCellsCollections() : GridSelectedCellCollection[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSelection.get_selectedCellsCollections();
See Also