The following tables list the members exposed by ISelectionBehavior.
Name | Description | |
---|---|---|
selectedCells | 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. | |
selectedColumns | A collection of columns that are currently selected in the WebDataGrid. To select a column, use the Add method off of the Collection. To unselect a column, use the Remove method off of the Collection. | |
selectedRows | A collection of rows that are currently selected in the WebDataGrid. To select a row, use the Add method off of the Collection. To unselect a row, use the Remove method off of the Collection. |
Name | Description | |
---|---|---|
addInternalColumnSelectionChangingHandler | An pre column selection changing event, for use by the column resizing so that I can stop the selection behavior from removing my selected columns when doing a resize |