Getting Started with the .NET MAUI DataForm
This guide provides the information you need to start using the Telerik UI for .NET MAUI DataForm by adding the control to your project.
At the end, you will achieve the following result.
Prerequisites
Before adding the DataForm, you need to:
Define the Control
When your .NET MAUI application is set up, you are ready to add a DataForm control to your page. The following example demonstrates the definition of the RadDataForm
with ViewModel
defined.
1. Define the DataForm:
2. Define the ViewModel
:
For the DataForm Getting Started example refer to the SDKBrowser Demo Application and go to DataForm > Getting Started category.