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: xamarin-android/SfDataForm/Getting-Started.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The SfDataForm control helps editing the data fields of any data object. It can
15
15
* Caption customization: Supports loading the image as caption for the editor.
16
16
* Editors: Built-in support for text, numeric, numeric up-down, picker, date picker, time picker, switch, and checkbox editors.
17
17
* Custom editor: Supports loading the custom editors.
18
-
* Validation: Built-in support to validate the data based on the [IDataErrorInfo](https://msdn.microsoft.com/en-us/library/system.componentmodel.idataerrorinfo.aspx), [INotifyDataErrorInfo](https://msdn.microsoft.com/en-us/library/system.componentmodel.inotifydataerrorinfo.aspx), and data annotations. It also programmatically supports validation handling.
18
+
* Validation: Built-in support to validate the data based on the [IDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.idataerrorinfo?view=net-8.0&redirectedfrom=MSDN), [INotifyDataErrorInfo](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.inotifydataerrorinfo?view=net-8.0&redirectedfrom=MSDN), and data annotations. It also programmatically supports validation handling.
19
19
20
20
# Getting started with Xamarin.Android DataForm(SfDataForm)
21
21
@@ -31,7 +31,7 @@ N> Assemblies can be found in unzipped package location in Mac.
31
31
32
32
### Adding SfDataForm Reference
33
33
34
-
Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDataForm to your project, open the NuGet package manager in Visual Studio, and search for [Syncfusion.Xamarin.SfDataForm](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDataForm.Android/#), and then install it.
34
+
Syncfusion Xamarin components are available in [nuget.org](https://www.nuget.org/). To add SfDataForm to your project, open the NuGet package manager in Visual Studio, and search for [Syncfusion.Xamarin.SfDataForm](https://www.nuget.org/packages/Syncfusion.Xamarin.SfDataForm.Android/), and then install it.
35
35
36
36
![Adding data form nuget reference in Xamarin.Android DataForm]](SfDataForm_images/SfDataForm_NuGet_Android.png)
Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to know about registering Syncfusion license key in your Xamarin application to use our components.
55
+
Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion license key in your Xamarin application to use our components.
56
56
57
57
## Creating the data form
58
58
@@ -72,7 +72,7 @@ Create a new Android application in Xamarin Studio or Visual Studio for Xamarin.
72
72
To add the data form to your application, follow the steps:
73
73
74
74
1. Add required assemblies as discussed in assembly deployment section.
75
-
2. Import the `SfDataForm` namespace [Syncfusion.Android.DataForm](https://help.syncfusion.com/cr/xamarin-android).
75
+
2. Import the `SfDataForm` namespace [Syncfusion.Android.DataForm](https://help.syncfusion.com/cr/xamarin-android/Syncfusion.Android.DataForm.html).
76
76
3. Create an instance of data form control and add as a view to the linear layout.
77
77
78
78
{% tabs %}
@@ -211,7 +211,7 @@ Now, run the application to render the `data form` to edit the data object as in
211
211
212
212

213
213
214
-
You can download the entire source code of this demo for Xamarin.Android from here [DataFormGettingStarted](http://www.syncfusion.com/downloads/support/directtrac/general/ze/DataFormSample-696015926.zip).
214
+
You can download the entire source code of this demo for Xamarin.Android from here [DataFormGettingStarted](https://www.syncfusion.com/downloads/support/directtrac/general/ze/DataFormSample-696015926.zip).
215
215
216
216
## Defining editors
217
217
@@ -496,6 +496,6 @@ By default, the data form enables editing of the data field. You can disable edi
496
496
497
497
## Additional Help Resources
498
498
499
-
The [`Xamarin.Android SfDataForm`](https://www.syncfusion.com/kb/xamarin.android/dataform) Knowledge Base section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
499
+
The [`Xamarin.Android SfDataForm`](https://support.syncfusion.com/kb/cross-platforms/section/1134) Knowledge Base section contains responses to some of the most common questions that other customers have asked us before. So this will be a good place to search for topics that are not covered in the user guide.
500
500
501
-
Similar to the [`Knowledge Base`](https://www.syncfusion.com/kb/xamarin.android/dataform), the [`forum`](https://www.syncfusion.com/forums/xamarin.Android) section also contains responses to questions that other customers have asked us in the past.
501
+
Similar to the [`Knowledge Base`](https://support.syncfusion.com/kb/cross-platforms/section/1134), the [`forum`](https://www.syncfusion.com/forums/xamarin.Android) section also contains responses to questions that other customers have asked us in the past.
0 commit comments