Data Form / Custom Editors

Blazor Data Form Example - Custom Editor Integration Support

Loading Syncfusion Blazor Server Demos…

Hotel Booking

This sample illustrates the process of using custom editors in place of the default editors in a Blazor Data Form component.

The Blazor Data Form component provides default editor components based on the field type. You can override this through the EditorType property. The Data Form component is equipped with the following editor options:

  • TextBox
  • TextArea
  • DropdownList
  • ComboBox
  • AutoComplete
  • Checkbox
  • DatePicker
  • DateTimePicker
  • TimePicker
  • Password
  • Switch