You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/SmartDataGrid/getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ namespace GettingStarted
71
71
## Step 4: Add a Basic Smart DataGrid
72
72
73
73
1. Import the control namespace `Syncfusion.Maui.SmartComponents` in XAML or C# code.
74
-
2. Initialize the [SfSmartDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SmartComponents.SfSmartDataGrid.html) control.
74
+
2. Initialize the [SfSmartDataGrid]() control.
75
75
76
76
{% tabs %}
77
77
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -162,7 +162,7 @@ namespace GettingStarted
162
162
## Step 4: Add a Basic Smart DataGrid
163
163
164
164
1. Import the control namespace `Syncfusion.Maui.SmartComponents` in XAML or C# code.
165
-
2. Initialize the [SfSmartDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SmartComponents.SfSmartDataGrid.html) control.
165
+
2. Initialize the [SfSmartDataGrid]() control.
166
166
167
167
{% tabs %}
168
168
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -295,7 +295,7 @@ namespace GettingStarted
295
295
## Step 5: Add a Basic Smart DataGrid
296
296
297
297
1. Import the control namespace `Syncfusion.Maui.SmartComponents` in XAML or C# code.
298
-
2. Initialize the [SfSmartDataGrid](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SmartComponents.SfSmartDataGrid.html) control.
298
+
2. Initialize the [SfSmartDataGrid]() control.
299
299
300
300
{% tabs %}
301
301
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -434,7 +434,7 @@ public class OrderInfoRepository
434
434
435
435
Create a `ViewModel` instance and set it as the DataGrid's `BindingContext`. This enables property binding from `ViewModel` class.
436
436
437
-
To populate the `SfSmartDataGrid`, bind the item collection from its `BindingContext` to [SfSmartDataGrid.ItemsSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SmartComponents.SfSmartDataGrid.html#Syncfusion_Maui_SmartComponents_SfSmartDataGrid_ItemsSource) property.
437
+
To populate the `SfSmartDataGrid`, bind the item collection from its `BindingContext` to [SfSmartDataGrid.ItemsSource]() property.
438
438
439
439
The following code example binds the collection created in the previous step to the `SfSmartDataGrid.ItemsSource` property:
440
440
@@ -495,4 +495,4 @@ Here is the result of the previous codes,
495
495
496
496
<imgsrc="Images\getting-started\maui-smart-datagrid.png"width="600"alt="Getting started with .NET MAUI Smart DataGrid." />
497
497
498
-
N> You can refer to our [.NET MAUI Smart DataGrid]() feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Smart DataGrid Example](https://github.com/syncfusion/maui-demos/tree/master/MAUI/SmartDataGrid) that shows you how to render the Smart DataGrid in .NET MAUI.
498
+
N> You can refer to our [.NET MAUI Smart DataGrid]() feature tour page for its groundbreaking feature representations. You can also explore our [.NET MAUI Smart DataGrid Example]() that shows you how to render the Smart DataGrid in .NET MAUI.
0 commit comments