In this mode, users can utilize “Ctrl” and “Shift” keys to select multiple cells at once.
Set the GridOptionsSelection.MultiSelectMode property to the GridMultiSelectMode.CellSelect value to allow users select individual cells. With default Grid settings, users can select only entire rows. To change cell content alignment, handle the ColumnView.RowCellDefaultAlignment event. Cells that display data of other types arrange their content to the left. Data Grid cells that display numeric values align their content to the right.