|
1 | 1 | --- |
2 | 2 | layout: post |
3 | 3 | title: Getting Started with .NET MAUI Smart DataGrid | Syncfusion® |
4 | | -description: Learn how to get started with the Syncfusion® .NET MAUI Smart DataGrid control, add the NuGet package, register the license, initialize the control, and bind data. |
| 4 | +description: Learn about getting started with Syncfusion .NET MAUI Smart DataGrid (SfDataGrid) control, its elements, and more here. |
5 | 5 | platform: MAUI |
6 | 6 | control: SfSmartDataGrid |
7 | 7 | documentation: ug |
@@ -32,7 +32,7 @@ Before proceeding, ensure the following are set up: |
32 | 32 | ## Step 2: Install the Syncfusion<sup>®</sup> MAUI Smart DataGrid NuGet Package |
33 | 33 |
|
34 | 34 | 1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**. |
35 | | -2. Search for [Syncfusion.Maui.SmartComponents](https://www.nuget.org/packages/Syncfusion.Maui.SmartComponents/) and install the latest version. |
| 35 | +2. Search for [Syncfusion.Maui.SmartComponents]() and install the latest version. |
36 | 36 | 3. Ensure the necessary dependencies are installed correctly, and the project is restored. |
37 | 37 |
|
38 | 38 | ## Step 3: Register the handler |
@@ -213,7 +213,7 @@ Before proceeding, ensure the following are set up: |
213 | 213 | ## Step 2: Install the Syncfusion<sup>®</sup> MAUI Smart DataGrid NuGet Package |
214 | 214 |
|
215 | 215 | 1. In **Solution Explorer,** right-click the project and choose **Manage NuGet Packages.** |
216 | | -2. Search for [Syncfusion.Maui.SmartComponents](https://www.nuget.org/packages/Syncfusion.Maui.SmartComponents/) and install the latest version. |
| 216 | +2. Search for [Syncfusion.Maui.SmartComponents]() and install the latest version. |
217 | 217 | 3. Ensure the necessary dependencies are installed correctly, and the project is restored. If not, Open the Terminal in Rider and manually run: `dotnet restore` |
218 | 218 |
|
219 | 219 | ## Step 3: Register the handler |
@@ -495,4 +495,4 @@ Here is the result of the previous codes, |
495 | 495 |
|
496 | 496 | <img src="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](https://www.syncfusion.com/maui-controls/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](https://github.com/syncfusion/maui-demos/tree/master/MAUI/SmartDataGrid) that shows you how to render the Smart DataGrid in .NET MAUI. |
0 commit comments