Infragistics(R) NetAdvantage(R) for ASP.NET
selectedCells Property
See Also  E-mail your feedback on this topic.
WebHierarchicalDataGrid Library > Infragistics.Web.UI Namespace > ISelectionBehavior Interface : selectedCells Property

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 (Specification) 
function get_selectedCells() : GridSelectedCellCollection
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

Copyright © 2003-2011 Infragistics, Inc. All rights reserved.