|
2 | 2 |
|
3 | 3 | A quick-start project that helps you to use Syncfusion Xamarin.Forms DataGrid features easily. In this example, a DataGrid is added with data. |
4 | 4 |
|
5 | | -Documentation: https://help.syncfusion.com/xamarin/datagrid/editing |
| 5 | +If you’re new to SfDataGrid, please refer to the official overview: [Overview of Xamarin DataGrid (SfDataGrid)](https://help.syncfusion.com/xamarin/datagrid/overview) |
6 | 6 |
|
7 | | -## Requirements to run the demo |
8 | | -* [Visual Studio 2019 (version 16.6+)]( https://visualstudio.microsoft.com/downloads) |
9 | | -* [Xamarin add-ons for Visual Studio (available via the Visual Studio installer)]( https://visualstudio.microsoft.com/xamarin/) |
| 7 | +## Prerequisites |
10 | 8 |
|
11 | | -## How to run this application |
12 | | -To run this application, you need to first clone or download the ‘syncfusion xamarin.forms datagrid quick start sample’ repository and then open it in Visual Studio 2019. Now, build and run your project to view the output. |
| 9 | +* Visual Studio (2019 or any newer version) with Xamarin workload installed. |
| 10 | + |
| 11 | +## Requirements to run the sample |
| 12 | + |
| 13 | +* [Visual Studio](https://visualstudio.microsoft.com/downloads/) |
| 14 | +* [Windows App SDK extension](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-11) (version 1.1 or newer) |
| 15 | +* .NET (version 6.0 or newer) |
| 16 | + |
| 17 | +Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements) |
| 18 | + |
| 19 | +## How to run the sample |
| 20 | + |
| 21 | +1. Clone the sample and open it in Visual Studio. |
| 22 | + |
| 23 | + *Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.* |
| 24 | + |
| 25 | +2. Register your license key in the App.cs file as demonstrated in the following code. |
| 26 | + |
| 27 | + public App() |
| 28 | + { |
| 29 | + //Register Syncfusion license |
| 30 | + Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY"); |
| 31 | + |
| 32 | + InitializeComponent(); |
| 33 | + } |
| 34 | + |
| 35 | + Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details. |
| 36 | + |
| 37 | +3. Clean and build the application. |
| 38 | + |
| 39 | +4. Run the application. |
| 40 | + |
| 41 | +## License |
| 42 | + |
| 43 | +Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples. |
13 | 44 |
|
14 | | -## Further help |
15 | | -For more help, check the [Xamarin documentation](https://docs.microsoft.com/en-us/xamarin/get-started/). |
|
0 commit comments