A collection of cells that are currently selected in the WebDataGrid.
To select a cell, use the Add method off of the Collection.
To unselect a cell, use the Remove method off of the Collection.
Syntax
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfISelectionBehavior.get_selectedCells(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also