Skip to content

Commit b974e5a

Browse files
committed
changes
1 parent af17cc9 commit b974e5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The [SfDataGrid](https://www.syncfusion.com/maui-controls/maui-datagrid) contro
44
Please consult the code example below for guidance on loading the `SfDataGrid` control within a StackLayout.
55

66
```XML
7-
<StackLayout>
7+
<StackLayout>
88
<syncfusion:SfDataGrid ColumnWidthMode="Auto"
99
VerticalOptions="CenterAndExpand"
1010
ItemsSource="{Binding Employees}">
@@ -16,9 +16,9 @@ Please consult the code example below for guidance on loading the `SfDataGrid` c
1616

1717
Executing the code example above yields the following output.
1818

19-
<img src="https://{yourdomain}/kb/attachment/article/14454/inline/15018" width="360">
19+
<img src="dataGridWithStackLayout.png" width="360">
2020

21-
[View sample in GitHub]()
21+
[View sample in GitHub](https://github.com/SyncfusionExamples/How-to-load-.NET-MAUI-DataGrid-SfDataGrid-in-a-StackLayout/pull/1)
2222

2323
Take a moment to explore this [documentation](https://help.syncfusion.com/maui/datagrid/overview), where you can find more information about Syncfusion .NET MAUI DataGrid (SfDataGrid) with code examples. Please refer to this [link](https://www.syncfusion.com/maui-controls/maui-datagrid) to learn about the essential features of Syncfusion .NET MAUI DataGrid (SfDataGrid).
2424

dataGridWithStackLayout.png

22.5 KB
Loading

0 commit comments

Comments
 (0)