Version

selectedRowsCollections Property

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