The .NET MAUI DataGrid offers a smooth editing experience, allowing users to easily modify cell values using user-friendly editors like a date-picker, combobox, numeric text box, and entry. It fully supports non-editable columns, including images. With template columns, users have the flexibility to embed any control in a cell.
The .NET MAUI DataGrid control offers comprehensive support for a variety of commonly used column types. Users can effortlessly edit cell values using built-in intuitive editors. The following column types are supported:
• Entry • Numeric TextBox • ComboBox • DatePicker • CheckBox
Any control can be loaded to represent data using a template. Similar to built-in column types for desktop platforms, users can easily perform mouse and keyboard interactions.
Provide or restrict editing for individual columns in a .NET MAUI DataGrid just by setting an API. The editing API for the columns overrides the API setting in the DataGrid, providing a versatile editing experience.
Activate edit mode by tapping or double-tapping within a .NET MAUI DataGrid, which can be personalized through an API configuration.
Users can programmatically edit a cell by utilizing specific methods. The .NET MAUI DataGrid offers dedicated methods to modify cell values.
• Enter edit mode for a cell. • Commit the edited value in a cell after editing is completed. • Rollback the edited value in a cell after editing