Skip to content

Commit 1355f66

Browse files
Removed the broken links in the UG topic.
1 parent 7505faa commit 1355f66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MAUI/SmartDataGrid/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace GettingStarted
7171
## Step 4: Add a Basic Smart DataGrid
7272

7373
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.
7575

7676
{% tabs %}
7777
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -162,7 +162,7 @@ namespace GettingStarted
162162
## Step 4: Add a Basic Smart DataGrid
163163

164164
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.
166166

167167
{% tabs %}
168168
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -295,7 +295,7 @@ namespace GettingStarted
295295
## Step 5: Add a Basic Smart DataGrid
296296

297297
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.
299299

300300
{% tabs %}
301301
{% highlight xaml tabtitle="MainPage.xaml" %}
@@ -434,7 +434,7 @@ public class OrderInfoRepository
434434

435435
Create a `ViewModel` instance and set it as the DataGrid's `BindingContext`. This enables property binding from `ViewModel` class.
436436

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.
438438

439439
The following code example binds the collection created in the previous step to the `SfSmartDataGrid.ItemsSource` property:
440440

@@ -495,4 +495,4 @@ Here is the result of the previous codes,
495495

496496
<img src="Images\getting-started\maui-smart-datagrid.png" width="600" alt="Getting started with .NET MAUI Smart DataGrid." />
497497

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

Comments
 (0)