Watch video
Learn how easily you can create and configure the .NET MAUI DataGrid control of Syncfusion using Visual Studio 2022 and .NET 6.0. In this video, the DataGrid control was added to the project using the Syncfusion.Maui.DataGrid NuGet package. I'll also explain how to do simple customization to the DataGrid columns and enable important features, such as sorting and selecting.
Download Example: Getting Started with the .NET MAUI DataGrid Control
Watch video
Learn how to generate and manipulate columns in the Syncfusion .NET MAUI DataGrid control using Visual Studio 2022. This video explains how to create columns automatically and manually in the view. It also explains how to add columns to the DataGrid at runtime, access a column via its column index, and remove columns.
Download Example: How to Generate and Manipulate Columns in .NET MAUI DataGrid
Watch video
Learn how to perform sort operations in the Syncfusion .NET MAUI DataGrid control easily. This video shows how to sort columns programmatically, and the different sorting modes. It shows how to enable multi-column sorting, tri-state sorting, show sort numbers, and sort columns by double-tapping. And finally, shows how to disable sorting for an individual column and sort columns based on custom logic.
Download Example: Perform Sorting in the .NET MAUI DataGrid Control
Watch video
Learn how to customize rows and columns in the Syncfusion .NET MAUI DataGrid control easily. This video shows how to change the height of header and data rows and how to customize them based on their content and certain columns. It also shows how to change the column width, apply column sizing to a particular column, refresh the column sizer at run time, and how to customize auto width. Finally, it demonstrates how to freeze rows and columns in view.
Download Example: How to Customize Rows and Columns in the .NET MAUI DataGrid Control
Watch video
Learn how to filter records in the Syncfusion .NET MAUI DataGrid control. This video shows how to filter records in the view, filter based on conditions, filter items in a particular column, and clear the applied filters.
Download Example: How to Perform Filtering in .NET MAUI DataGrid Control
Watch video
Learn how to create custom columns in the Syncfusion .NET MAUI DataGrid control. This video shows how to generate various column types including text, numeric, image, date, checkbox, and template. It also shows the common features associated with them, such as display binding, column hiding, formatting, padding, text alignment, header customization, and manual column widths.
Download Example: Column Types in .NET MAUI DataGrid
Watch video
Learn how to perform selection in the Syncfusion .NET MAUI DataGrid control easily. This video teaches enabling and disabling selection, clearing selection, and programmatic selection. It also shows how to customize the appearance of selected rows and the current cell focus border.
Watch video
Learn how to customize the appearance of the Syncfusion .NET MAUI DataGrid control by applying different styles. This video shows how to change the default DataGrid style, font style, alternate row style, border customization, as well as how to apply style to the inner elements such as record row and cell, header row and cell, and any column and alternate rows. It also shows how to apply conditional styling to rows, columns, and cells.
Download Example: How to Customize the Appearance of the .NET MAUI DataGrid Control
Watch video
Learn how to group records in the Syncfusion® .NET MAUI DataGrid. This video demonstrates how to group records, collapse and expand groups, as well as customize the grouping of records in the DataGrid.
Download Example: Group Records in the .NET MAUI DataGrid
Watch video
This video demonstrates how to drag and drop columns and rows, track the dragging of rows, and customize the appearance of the drag view in the Syncfusion .NET MAUI DataGrid control.
Download Example: Drag and Drop Rows and Columns in the .NET MAUI DataGrid
Watch video
This video demonstrates how to export a DataGrid to PDF, exclude columns and headers during the export, and customize the appearance in the Syncfusion® .NET MAUI DataGrid.
Download Example: Export .NET MAUI DataGrid to PDF