Skip to content

Files

Latest commit

563f423 · Mar 18, 2025

History

History

EditForm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 14, 2022
Mar 18, 2025
Nov 14, 2022
Nov 17, 2022
Nov 14, 2022
Jan 17, 2025
Jan 17, 2025
Dec 14, 2023
Jun 17, 2024
Aug 3, 2023
Jun 17, 2024
Jun 17, 2024
Aug 3, 2023
Aug 3, 2023

DevExpress .NET MAUI Data Grid - Display the Edit Form and Validate Input Values

This example shows how to set up the grid to display the edit form when a user taps a cell.

The example uses the DataFormView component to implement the edit form. To assign this form to the grid, specify the DetailEditFormTemplate property. To invoke the edit form on a row tap, bind the RowTapCommand property to the ShowDetailEditForm command.

Set the DataFormView.ValidationMode property to LostFocus and handle the DataFormView.ValidateProperty event to validate input values once they are entered in the edit form.

Files to Review

Documentation

More Examples