Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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