Syncfusion.Maui.DataGrid
20.2.46
Prefix Reserved
See the version list below for details.
dotnet add package Syncfusion.Maui.DataGrid --version 20.2.46
NuGet\Install-Package Syncfusion.Maui.DataGrid -Version 20.2.46
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="20.2.46" />
paket add Syncfusion.Maui.DataGrid --version 20.2.46
#r "nuget: Syncfusion.Maui.DataGrid, 20.2.46"
// Install Syncfusion.Maui.DataGrid as a Cake Addin #addin nuget:?package=Syncfusion.Maui.DataGrid&version=20.2.46 // Install Syncfusion.Maui.DataGrid as a Cake Tool #tool nuget:?package=Syncfusion.Maui.DataGrid&version=20.2.46
The Syncfusion.Maui.DataGrid package contains the Syncfusion DataGrid component for .NET MAUI application. The MAUI DataGrid control is used to display and manipulate data in a tabular view. It was built from the ground up to achieve the best possible performance, even when loading large amounts of data.
Prerequisites
Integrated Development Environment
By using the following IDEs, you can develop .NET MAUI applications
Framework & SDK
The below tool is required to run the .NET MAUI application.
- .NET 6.0 SDK
- Android 5.0 (API 21) or higher.
- iOS 10 or higher.
- macOS 10.13 or higher.
Key Features
- Data binding: Bind different types of data sources, including DataTable.
- Column types: Show different data types in different types of columns. The following column types are supported: numeric, text, date, checkbox, image, and template. The template column is used to load any control in a column.
- Sorting: Interactively sort one or more columns.
- Filtering: Programmatically filter data based on the criteria.
- Column sizing: Set the width of columns with various sizing options. Columns can also be sized based on their content.
- Auto row height: Set the height for rows based on the content of their cells.
- Selection: Select one or more rows. Keyboard navigation is supported for Windows and Mac Catalyst platforms.
- Styling: Customize the appearance of cells and headers. Conditional styling is supported.
Getting Started
To initialize the DataGrid control add the below code to your xaml file.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="DataGridMauiSample.GettingStartedDemo"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:DataGridMauiSample"
xmlns:datagrid="clr-namespace:Syncfusion.Maui.DataGrid;assembly=Syncfusion.Maui.DataGrid"
BackgroundColor="White">
<ContentPage.BindingContext>
<local:OrderInfoRepository/>
</ContentPage.BindingContext>
<ContentPage.Content>
<datagrid:SfDataGrid x:Name="dataGrid"
SelectionMode="Single"
ItemsSource="{Binding OrderInfoCollection}">
</datagrid:SfDataGrid>
</ContentPage.Content>
</ContentPage>
For other features code snippet, please check this documentation link
Resources
- Learn more about .NET MAUI DataGrid control: Syncfusion .NET MAUI DataGrid
- Documentation: Syncfusion .NET MAUI DataGrid control
Support and feedback
- For any other queries, reach our Syncfusion support team or post the queries through the community forums.
- Provide feature request through the syncfusion feedback portal
License
This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.
About Syncfusion
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (MAUI, Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android30.0 is compatible. net6.0-ios was computed. net6.0-ios13.6 is compatible. net6.0-maccatalyst was computed. net6.0-maccatalyst13.5 is compatible. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows10.0.19041 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Microsoft.Maui.Dependencies (>= 6.0.100-rc.1.1608)
- Syncfusion.Maui.Core (>= 20.2.46)
- Syncfusion.Maui.Data (>= 20.2.46)
- Syncfusion.Maui.GridCommon (>= 20.2.46)
-
net6.0-android30.0
- Microsoft.Maui.Dependencies (>= 6.0.100-rc.1.1608)
- Syncfusion.Maui.Core (>= 20.2.46)
- Syncfusion.Maui.Data (>= 20.2.46)
- Syncfusion.Maui.GridCommon (>= 20.2.46)
-
net6.0-ios13.6
- Microsoft.Maui.Dependencies (>= 6.0.100-rc.1.1608)
- Syncfusion.Maui.Core (>= 20.2.46)
- Syncfusion.Maui.Data (>= 20.2.46)
- Syncfusion.Maui.GridCommon (>= 20.2.46)
-
net6.0-maccatalyst13.5
- Microsoft.Maui.Dependencies (>= 6.0.100-rc.1.1608)
- Syncfusion.Maui.Core (>= 20.2.46)
- Syncfusion.Maui.Data (>= 20.2.46)
- Syncfusion.Maui.GridCommon (>= 20.2.46)
-
net6.0-windows10.0.19041
- Microsoft.Maui.Dependencies (>= 6.0.100-rc.1.1608)
- Syncfusion.Maui.Core (>= 20.2.46)
- Syncfusion.Maui.Data (>= 20.2.46)
- Syncfusion.Maui.GridCommon (>= 20.2.46)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Syncfusion.Maui.DataGrid:
Package | Downloads |
---|---|
Syncfusion.Maui.DataGridExport
Syncfusion DataGridExport is a .Net library for exporting the SfDataGrid to excel and pdf formats. |
|
SharedMauiXamlStylesLibrary.Syncfusion
A collection of predefined Control styles for MAUI and Syncfusion. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Syncfusion.Maui.DataGrid:
Repository | Stars |
---|---|
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
|
|
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
|
|
Strypper/mauisland
MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
|
Version | Downloads | Last updated |
---|---|---|
27.2.2 | 363 | 11/15/2024 |
27.1.58 | 1,383 | 11/4/2024 |
27.1.57 | 2,045 | 10/29/2024 |
27.1.56 | 1,166 | 10/23/2024 |
27.1.55 | 600 | 10/21/2024 |
27.1.53 | 2,891 | 10/14/2024 |
27.1.52 | 2,018 | 10/7/2024 |
27.1.51 | 1,939 | 9/30/2024 |
27.1.50 | 2,009 | 9/24/2024 |
27.1.48 | 1,121 | 9/18/2024 |
26.2.14 | 2,255 | 9/9/2024 |
26.2.13 | 1,618 | 9/5/2024 |
26.2.12 | 733 | 9/2/2024 |
26.2.11 | 2,993 | 8/27/2024 |
26.2.10 | 1,440 | 8/19/2024 |
26.2.9 | 3,485 | 8/12/2024 |
26.2.8 | 1,275 | 8/5/2024 |
26.2.7 | 1,154 | 7/29/2024 |
26.2.5 | 998 | 7/26/2024 |
26.2.4 | 507 | 7/24/2024 |
26.1.42 | 1,852 | 7/15/2024 |
26.1.41 | 2,018 | 7/8/2024 |
26.1.40 | 6,938 | 7/1/2024 |
26.1.39 | 3,250 | 6/24/2024 |
26.1.38 | 1,516 | 6/18/2024 |
26.1.35 | 4,318 | 6/11/2024 |
25.2.7 | 3,706 | 6/3/2024 |
25.2.6 | 1,011 | 5/28/2024 |
25.2.5 | 5,099 | 5/21/2024 |
25.2.4 | 1,507 | 5/14/2024 |
25.2.3 | 2,966 | 5/8/2024 |
25.1.42 | 1,616 | 4/29/2024 |
25.1.41 | 995 | 4/23/2024 |
25.1.40 | 4,540 | 4/15/2024 |
25.1.39 | 1,853 | 4/8/2024 |
25.1.38 | 3,948 | 4/1/2024 |
25.1.37 | 11,934 | 3/26/2024 |
25.1.35 | 16,645 | 3/15/2024 |
24.2.9 | 1,874 | 3/5/2024 |
24.2.8 | 1,897 | 2/27/2024 |
24.2.7 | 4,641 | 2/20/2024 |
24.2.6 | 1,931 | 2/15/2024 |
24.2.5 | 596 | 2/12/2024 |
24.2.4 | 1,746 | 2/6/2024 |
24.2.3 | 6,904 | 1/31/2024 |
24.1.47 | 5,326 | 1/23/2024 |
24.1.46 | 2,164 | 1/17/2024 |
24.1.45 | 3,167 | 1/9/2024 |
24.1.44 | 2,617 | 1/3/2024 |
24.1.43 | 1,305 | 12/27/2023 |
24.1.41 | 8,202 | 12/18/2023 |
23.2.7 | 6,581 | 12/6/2023 |
23.2.6 | 1,667 | 11/28/2023 |
23.2.5 | 1,159 | 11/23/2023 |
23.2.4 | 1,019 | 11/20/2023 |
23.1.44 | 4,099 | 11/6/2023 |
23.1.43 | 1,235 | 10/30/2023 |
23.1.42 | 2,470 | 10/23/2023 |
23.1.41 | 5,081 | 10/16/2023 |
23.1.40 | 2,735 | 10/10/2023 |
23.1.39 | 1,506 | 10/4/2023 |
23.1.38 | 3,158 | 9/26/2023 |
23.1.36 | 7,868 | 9/15/2023 |
22.2.12 | 2,568 | 9/5/2023 |
22.2.11 | 1,645 | 8/28/2023 |
22.2.10 | 1,161 | 8/22/2023 |
22.2.9 | 4,136 | 8/14/2023 |
22.2.8 | 1,304 | 8/7/2023 |
22.2.7 | 3,853 | 8/2/2023 |
22.2.5 | 2,664 | 7/27/2023 |
22.1.39 | 1,642 | 7/18/2023 |
22.1.38 | 3,711 | 7/11/2023 |
22.1.37 | 1,953 | 7/3/2023 |
22.1.36 | 1,404 | 6/28/2023 |
22.1.34 | 1,969 | 6/21/2023 |
21.2.10 | 3,845 | 6/13/2023 |
21.2.9 | 1,330 | 6/6/2023 |
21.2.8 | 1,062 | 5/30/2023 |
21.2.6 | 1,074 | 5/22/2023 |
21.2.5 | 2,940 | 5/15/2023 |
21.2.4 | 1,434 | 5/9/2023 |
21.2.3 | 1,199 | 5/3/2023 |
21.1.41 | 1,722 | 4/19/2023 |
21.1.39 | 1,167 | 4/10/2023 |
21.1.38 | 1,032 | 4/3/2023 |
21.1.37 | 2,944 | 3/29/2023 |
21.1.35 | 1,331 | 3/23/2023 |
20.4.54 | 13,522 | 3/13/2023 |
20.4.53 | 1,097 | 3/7/2023 |
20.4.52 | 1,278 | 2/28/2023 |
20.4.51 | 1,689 | 2/21/2023 |
20.4.50 | 1,007 | 2/14/2023 |
20.4.49 | 1,022 | 2/7/2023 |
20.4.48 | 1,305 | 2/1/2023 |
20.4.44 | 1,322 | 1/18/2023 |
20.4.43 | 1,068 | 1/10/2023 |
20.4.42 | 1,024 | 1/4/2023 |
20.4.41 | 1,515 | 12/29/2022 |
20.4.40 | 946 | 12/28/2022 |
20.4.38 | 1,393 | 12/21/2022 |
20.3.61 | 328 | 12/13/2022 |
20.3.60 | 455 | 12/6/2022 |
20.3.59 | 439 | 11/29/2022 |
20.3.58 | 269 | 11/22/2022 |
20.3.57 | 394 | 11/15/2022 |
20.3.56 | 438 | 11/8/2022 |
20.3.52 | 412 | 10/27/2022 |
20.3.50 | 417 | 10/18/2022 |
20.3.49 | 267 | 10/11/2022 |
20.3.48 | 158 | 10/5/2022 |
20.3.47 | 642 | 9/29/2022 |
20.2.50 | 301 | 9/20/2022 |
20.2.49 | 259 | 9/13/2022 |
20.2.48 | 270 | 9/6/2022 |
20.2.46 | 253 | 8/30/2022 |
20.2.45 | 272 | 8/23/2022 |
20.2.44 | 266 | 8/16/2022 |
20.2.43 | 445 | 8/8/2022 |
20.2.40 | 252 | 7/26/2022 |
20.2.39 | 227 | 7/19/2022 |
20.2.38 | 235 | 7/12/2022 |
20.2.36 | 970 | 6/30/2022 |