Syncfusion.Blazor.DataForm
34.2.7
Prefix Reserved
dotnet add package Syncfusion.Blazor.DataForm --version 34.2.7
NuGet\Install-Package Syncfusion.Blazor.DataForm -Version 34.2.7
<PackageReference Include="Syncfusion.Blazor.DataForm" Version="34.2.7" />
<PackageVersion Include="Syncfusion.Blazor.DataForm" Version="34.2.7" />
<PackageReference Include="Syncfusion.Blazor.DataForm" />
paket add Syncfusion.Blazor.DataForm --version 34.2.7
#r "nuget: Syncfusion.Blazor.DataForm, 34.2.7"
#:package Syncfusion.Blazor.DataForm@34.2.7
#addin nuget:?package=Syncfusion.Blazor.DataForm&version=34.2.7
#tool nuget:?package=Syncfusion.Blazor.DataForm&version=34.2.7
Syncfusion® Blazor Data Form
Dynamic form component for Blazor applications with flexible layout, data binding, validation, and conditional logic for building interactive forms.
Using this package with an AI coding agent
Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
Set up this project for Syncfusion® before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com, then report the detected platform, installed skill pack, MCP status, and any required licensing action.The setup detects your project's platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
Platform reference: https://ai.syncfusion.com/blazor/llms.txt
Key features
- Dynamic form generation with flexible layouts
- Data binding and validation support
- Multiple input types and field configurations
- Conditional field visibility and logic
- Blazor Server and Blazor WebAssembly support (.NET 8+)
System Requirements
- .NET 8.0 or later (Blazor Web App, Blazor Server, Blazor WebAssembly and Blazor Hybrid)
- See full requirements: System Requirements
Installation
Install the DataForm package and the themes package, which provides the stylesheets referenced below:
dotnet add package Syncfusion.Blazor.DataForm
dotnet add package Syncfusion.Blazor.Themes
Add stylesheet and script references
- For Blazor Web App / Blazor Server, add these to
Components/App.razororApp.razorfile. - For Blazor WebAssembly App, add these to
wwwroot/index.htmlfile.
<link href="_content/Syncfusion.Blazor.Themes/fluent2.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
Quick start
- Register the Syncfusion® Blazor service in the
Program.csfile.
using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
- Add Blazor DataForm component to your Razor page.
@using Syncfusion.Blazor.DataForm
<SfDataForm Model="Employee" />
@code {
public class Employee
{
public string Name { get; set; }
public string Email { get; set; }
}
}
Documentation
- Getting started with Blazor Web App
- Getting started with Blazor WebAssembly App
- API reference
- Live demos
Support
License
This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion® EULA.
About Syncfusion®
Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:
Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com.
sales@syncfusion.com | Toll Free: 1-888-9-DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Syncfusion.Blazor.Buttons (>= 34.2.7)
- Syncfusion.Blazor.Calendars (>= 34.2.7)
- Syncfusion.Blazor.Core (>= 34.2.7)
- Syncfusion.Blazor.DropDowns (>= 34.2.7)
- Syncfusion.Blazor.Inputs (>= 34.2.7)
-
net8.0
- Syncfusion.Blazor.Buttons (>= 34.2.7)
- Syncfusion.Blazor.Calendars (>= 34.2.7)
- Syncfusion.Blazor.Core (>= 34.2.7)
- Syncfusion.Blazor.DropDowns (>= 34.2.7)
- Syncfusion.Blazor.Inputs (>= 34.2.7)
-
net9.0
- Syncfusion.Blazor.Buttons (>= 34.2.7)
- Syncfusion.Blazor.Calendars (>= 34.2.7)
- Syncfusion.Blazor.Core (>= 34.2.7)
- Syncfusion.Blazor.DropDowns (>= 34.2.7)
- Syncfusion.Blazor.Inputs (>= 34.2.7)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.DataForm:
| Package | Downloads |
|---|---|
|
Ruth.JYC.Net8.ManageRazor
Package Description |
|
|
ArhimedeRazor.Lib
Package Description |
|
|
Jakar.Extensions.Blazor.Syncfusion
Extensions to aid in development. |
|
|
Webport.Blazor.UI
Custom Blazor Components |
|
|
Ruth.JYC.ELSA.RazorLib
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 34.2.7 | 74 | 9/8/2026 |
| 34.2.6 | 417 | 8/31/2026 |
| 34.2.5 | 687 | 8/25/2026 |
| 34.2.4 | 972 | 8/17/2026 |
| 34.2.3 | 1,125 | 8/11/2026 |
| 34.2.2 | 1,242 | 8/5/2026 |
| 34.1.33 | 689 | 7/27/2026 |
| 34.1.32 | 1,928 | 7/21/2026 |
| 34.1.31 | 1,632 | 7/14/2026 |
| 34.1.30 | 487 | 7/9/2026 |
| 34.1.29 | 2,401 | 7/6/2026 |
| 33.2.15 | 3,323 | 6/23/2026 |
| 33.2.13 | 553 | 6/16/2026 |
| 33.2.12 | 7,956 | 6/9/2026 |
| 33.2.10 | 923 | 6/2/2026 |
| 33.2.8 | 2,315 | 5/26/2026 |
| 33.2.7 | 776 | 5/19/2026 |
| 33.2.6 | 3,553 | 5/12/2026 |
| 33.2.5 | 2,678 | 5/4/2026 |
| 33.2.4 | 1,260 | 4/27/2026 |