Skip to content

Commit 5ce763c

Browse files
991760: Updated the UG content and samples for Selection in Blazor DataGrid
1 parent 67976de commit 5ce763c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/datagrid/row-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public class Order
381381

382382
The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid allows multiple row selection by clicking on rows individually, without using the CTRL or SHIFT keys. When a row is clicked, it is added to the selection. Clicking another row adds it to the selection without deselecting previously selected rows. To deselect a row, click on it again.
383383

384-
To enable simple multiple row selection, set the [GridSelectionSettings.EnableSimpleMultiRowSelection](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridSelectionSettings.html#Syncfusion_Blazor_Grids_GridSelectionSettings_EnableSimpleMultiRowSelection)property to **true**.
384+
To enable simple multiple row selection, set the [GridSelectionSettings.EnableSimpleMultiRowSelection](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.GridSelectionSettings.html#Syncfusion_Blazor_Grids_GridSelectionSettings_EnableSimpleMultiRowSelection) property to **true**.
385385

386386
The following example demonstrates how to enable multiple row selection with a single click on the grid row using the `EnableSimpleMultiRowSelection `property:
387387

blazor/datagrid/selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Selection in Blazor DataGrid | Syncfusion
4-
description: Learn comprehensive details about selection features in Syncfusion Blazor DataGrid, including row selection, cell selection, multi-selection, drag selection, toggle selection, and programmatic control.
4+
description: Learn how to use row, cell, multi, drag, toggle, and programmatic selection features in Syncfusion Blazor DataGrid.
55
platform: Blazor
66
control: DataGrid
77
documentation: ug

0 commit comments

Comments
 (0)