We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76601 commit 6979ec9Copy full SHA for 6979ec9
README.md
@@ -4,7 +4,7 @@ The [.NET MAUI DataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid)
4
5
Refer to the code example below, where the `AllowDeleting` property is set to True:
6
7
-## XAML
+#### XAML
8
This enables the capability to delete selected rows using the Delete key.
9
10
```XML
@@ -13,6 +13,7 @@ This enables the capability to delete selected rows using the Delete key.
13
AllowDeleting="True">
14
</syncfusion:SfDataGrid>
15
```
16
+#### C#
17
```C#
18
// Similar code as xaml
19
datagrid.AllowDeleting = true;
0 commit comments