Syncfusion Feedback

Controls
  • Grids
    • DataGrid
  • Data Visualization
    • Cartesian Charts
    • Circular Charts
    • Funnel and Pyramid Charts
    • Radial Gauge
    • Linear Gauge
    • Barcode Generator
    • Maps
    • Sunburst Chart
    • TreeMap
    • Polar and Radar Charts
    • Digital Gauge
  • Notification
    • Busy Indicator
    • Linear ProgressBar
    • Circular ProgressBar
    • Badge View
    • Pull to Refresh
    • Step Progress Bar
  • Layout
    • Backdrop
    • ListView
    • Text Input Layout
    • Expander
    • Popup
    • Accordion
    • Cards
    • Carousel
    • Parallax View
  • Sliders
    • Slider
    • Range Slider
    • Range Selector
  • Calendars
    • Scheduler
    • Calendar
  • Navigation
    • Tab View
    • TreeView
    • Navigatin Drawer
    • Radial Menu
    • Rotator
  • Editors
    • Autocomplete
    • ComboBox
    • DataForm
    • SignaturePad
    • Rating
    • Numeric Entry
    • Image editor
    • Masked entry
    • Picker
    • Date Picker
    • Time Picker
    • Date Time Picker
  • Miscellaneous
    • Avatar View
    • Effects View
    • Shimmer
  • Buttons
    • Button
    • CheckBox
    • Chips
    • Radio Button
    • Segmented Control
    • Switch
  • Chat
    • Chat
  • Project Management
    • Kanban Board
  • Conversational UI
    • AI AssistView
  • Toolkit
    • Toolkit
  • Viewer
    • PDF Viewer
  • Bottom Sheet
    • Bottom Sheet

.NET MAUI DataGrid - Tutorial Videos

Go Back
thumbnail image

Watch video

Getting Started with the .NET MAUI DataGrid Control

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

Topics included
1. Introduction 00:00 min
2. Creating a .NET MAUI application 00:43 min
3. Adding a data grid 01:57 min
4. Binding a data source 03:49 min
5. Column customization 06:05 min
6. Enable sorting 08:49 min
7. Enabling selection 09:24 min
8. Custom height and width 09:52 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Generate and Manipulate Columns in .NET MAUI DataGrid

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

Topics included
1. Introduction 00:00 min
2. Automatic generation of columns 01:05 min
3. Customize autogenerated columns 01:47 min
4. Manually defined columns 02:59 min
5. Add columns 04:31 min
6. Access columns 05:40 min
7. Remove columns 06:10 min
8. Clear columns 07:05 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

Perform Sorting in the .NET MAUI DataGrid Control

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

Topics included
1. Introduction 00:00 min
2. Sort columns programmatically 00:49 min
3. Sorting modes 01:21 min
4. Multi-column sorting 01:59 min
5. Tri-state sorting 02:25 min
6. Show sort numbers 03:19 min
7. Sort by double-tapping 03:47 min
8. Sorting events 04:09 min
9. Disable sorting in manually defined columns 04:59 min
10. Disable sorting in auto-generated columns 05:36 min
11. Custom sorting 06:23 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Customize Rows and Columns in the .NET MAUI DataGrid Control

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

Topics included
1. Introduction 00:00 min
2. Change header and data rows??? height 01:16 min
3. Customize row height based on the content 01:50 min
4. Customize column width 04:03 min
5. Change default column width 04:55 min
6. Column width for a particular column 05:21 min
7. Refresh column sizing at run time 05:56 min
8. Customize auto width calculation 07:38 min
9. Freeze rows and columns 09:13 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Perform Filtering in .NET MAUI DataGrid Control

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

Topics included
1. Introduction 00:00 min
2. Filter records through button click 00:48 min
3. Filter records based on conditions 02:47 min
4. Filter records in a specific column 07:52 min
5. Clear filtering 10:58 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

Column Types in .NET MAUI DataGrid

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

Topics included
1. Introduction 00:00 min
2. Generate custom columns 01:02 min
3. Add different columns 01:30 min
4. Hide column 03:24 min
5. Format cell values 03:57 min
6. Format cell values using converters 04:33 min
7. Text alignment 05:51 min
8. Template selector 06:14 min
9. Padding 08:15 min
10. Header customization 08:38 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Perform Selection in .NET MAUI DataGrid

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.

Topics included
1. Introduction 00:00 min
2. Enable selection 01:03 min
3. Programmatic selection 01:58 min
4. Selected row appearance customization 02:57 min
5. Customize the currently focused cell border 03:40 min
6. Move current cell 04:04 min
7. Clear selection 04:50 min
8. Disable selection 05:16 min
9. Navigate between the cell and row 06:08 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Customize the Appearance of the .NET MAUI DataGrid Control

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

Topics included
1. Introduction 00:00 min
2. Customize default DataGrid style 01:06 min
3. Change font style 02:10 min
4. Alternate row style 03:12 min
5. Border customization 03:51 min
6. Customize DataGrid inner elements 04:27 min
7. Customize a particular column 07:15 min
8. Conditional row styling in DataGrid 08:24 min
9. Conditional cell styling in DataGrid 11:29 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Group Records in the .NET MAUI DataGrid

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

Topics included
1. Introduction 00:00 min
2. Group columns 00:52 min
3. Group columns based on multiple categories 01:25 min
4. Expand and collapse the groups 01:57 min
5. Customize the indent column 02:24 min
6. Group the columns using custom logic 04:21 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

Effortlessly Drag and Drop Rows and Columns in .NET MAUI DataGrid

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

Topics included
1. Introduction 00:00 min
2. Rearrange columns 00:53 min
3. Restrict dragging 01:23 min
4. Freeze columns 02:07 min
5. Control scrolling behavior 02:55 min
6. Customize the indicator and drag view 03:22 min
7. Drag and drop rows 04:10 min
8. Customize the drag view 04:40 min
9. Drag and drop behavior 05:28 min
10. Alert on last row drop 06:02 min
11. Row appearance while dragging 07:14 min
Plaform: .NET MAUI Show more
thumbnail image

Watch video

How to Export a .NET MAUI DataGrid to PDF

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

Topics included
1. Introduction 00:00 min
2. Export a DataGrid to PDF 00:50 min
3. Exclude specific columns while exporting to PDF 05:18 min
4. Display all the columns on a single page 06:03 min
5. Disable the header while exporting 06:27 min
6. Customize the appearance 06:42 min
Plaform: .NET MAUI Show more
Chat with us