Version

selectedRowsResolved Property

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