Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
selectedCellsResolved Property
An array of cells that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_selectedCellsResolved() : GridCell[] |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSelection.get_selectedCellsResolved(); |
See Also