Version

selectedRows Property

A collection of rows that are currently selected in the WebDataGrid. 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_selectedRows() : GridSelectedRowCollection
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfISelectionBehavior.get_selectedRows();
See Also