[!Note] Please note that this control has been deprecated and replaced with the Grid component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.
Blazor Grid Selection
Ignite UI for Blazor 단일 또는 다중 행과 셀 선택을 지원합니다.
Blazor Grid Selection Example
개요
Selection in the Blazor data grid is enabled on a row and cell level and can be configured by using the SelectionMode option of the Blazor grid. This property takes five different options, listed below:
None: Selection is not enabled.SingleCell: Selection of a single cell is enabled.SingleRow: Selection of a single row is enabled.MultipleCell: Selection of multiple cells is enabled.MultipleRow: Selection of multiple rows is enabled.RangeCell: Selection of a range of multiple cells by clicking and dragging is enabled.
SelectionBehavior기본값은ModifierBased 한 번에 한 행이나 셀만 선택되며, 항목 다중 선택을 위해 수정키(CTRL)가 필요합니다.SelectionBehavior를Toggle 설정하면 한 번의 클릭만으로 여러 행이나 셀을 선택할 수 있습니다.
MultipleRow includes the following functionality:
- 행을 선택하려면 클릭하고 드래그하세요.
- SHIFT을 클릭하여 여러 행을 선택합니다.
- SHIFT을 누르고 + ↓ 화살표 키를 눌러 ↑ 여러 행을 선택합니다.
Pressing the space bar toggles selection of active row via MultipleRow or SingleRow.
Row Range Selection
다음 예시는 그리드에서 모든 행을 선택하거나 해제하는 방법을 보여줍니다. 참고,SelectionMode MultipleRow로 설정해야 합니다.
API References
ModifierBasedMultipleCellMultipleRowRangeCellSelectionBehaviorSelectionModeSingleCellSingleRow