ComponentOne FlexGrid for WPF and Silverlight
Selection
Features > Selection

Most grid controls allow users to select parts of the data using the mouse and the keyboard. FlexGrid supports following selection modes through the SelectionMode property:

The default SelectionMode is CellRange, which provides an Excel-like selection behavior. The row-based options are also useful in scenarios where it makes sense to select whole data items instead of individual cells. Regardless of the selection mode, FlexGrid exposes the current selection with the Selection property. This property gets or sets the current selection as a CellRange object.

See Also

Silverlight Reference