The following tables list the members exposed by GridSelectedRowCollection.
Name | Description | |
---|---|---|
GridSelectedRowCollection Constructor |
Name | Description | |
---|---|---|
length | Returns the amount of items that are currently selected. (Inherited from Infragistics.Web.UI.GridSelectionCollection) |
Name | Description | |
---|---|---|
add | Selects the specified row. | |
addRange | Selects all specified items. (Inherited from Infragistics.Web.UI.GridSelectionCollection) | |
clear | Clears the row selection in the grid. | |
getItem | Retunrs the selected row at the specified index. | |
getItemID | Retunrs the selected row ID at the specified index. | |
indexOf | Returns the index of the row in the given collection, -1 if not found. | |
remove | Unselects the specified row. |