Skip to content

Commit 977f18d

Browse files
committed
Code changes regarding review correction
1 parent e52682c commit 977f18d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

MAUI/DataGrid/selection.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,7 @@ The selected rows will be deleted.
388388

389389
## Multiple Row or Cell Selection
390390

391-
The `SfDataGrid` allows you to select multiple rows or cells by setting `SelectionMode` property as [Extended](), where you can select multiple rows or cells by dragging the mouse on SfDataGrid and also using the key modifiers.
392-
393-
While using `Extended`, you can select multiple rows or cells by pressing the key modifiers <kbd>Ctrl</kbd> and <kbd>Shift</kbd>.
391+
The `SfDataGrid` allows you to select multiple rows or cells by setting the `SelectionMode` property to [Extended](). This enables selection of multiple rows or cells by dragging the mouse or by clicking while holding modifier keys such as <kbd>Ctrl</kbd> and <kbd>Shift</kbd>.
394392

395393
{% tabs %}
396394
{% highlight xaml %}
@@ -502,13 +500,12 @@ Key Combinations
502500
</tr>
503501
</table>
504502

505-
## Extended Selection Limitations.
503+
## Extended Selection Limitations
506504

507505
The `Extended Selection` in [SfDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.html) has certain limitations that should be considered while using this feature:
508506

509507
- Drag selection using the mouse pointer is not supported on Android or iOS.
510508
- Drag selection cannot be used together with PullToRefresh, Swiping, or Row drag-and-drop features.
511-
- Extended selection is not supported in the master-details view.
512509

513510
## Move Current Cell
514511
The [CurrentCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_CurrentCell) can be moved to a particular [RowColumnIndex](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.GridCommon.ScrollAxis.RowColumnIndex.html) by using the [SfDataGrid.MoveCurrentCellTo()](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.SfDataGrid.html#Syncfusion_Maui_DataGrid_SfDataGrid_MoveCurrentCellTo_Syncfusion_Maui_GridCommon_ScrollAxis_RowColumnIndex_System_Boolean_) method. This method is not applicable when the `SfDataGrid.SelectionMode` is None or the `NavigationMode` is Row.

0 commit comments

Comments
 (0)