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.
An array of selected cells collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a cell, use the Add method off of the Collection. To unselect a cell, use the Remove method off of the Collection.
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.
An array of selected columns collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a column, use the Add method off of the Collection. To unselect a column, use the Remove method off of the Collection.
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.
An array of selected rows collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a row, use the Add method off of the Collection. To unselect a row, use the Remove method off of the Collection.