Migrate from Xamarin.Forms DataGrid to .NET MAUI DataGrid
The Telerik UI for .NET MAUI DataGrid preserves the same API as its Xamarin counterpart except for the configuration options listed in this article.
The tables in the following sections list any differences between the APIs of the Xamarin.Forms DataGrid and .NET MAUI DataGrid.
Migrate the Namespaces
Control | Control name | C# Namespace | XAML Namespcace |
---|---|---|---|
Xamarin DataGrid | RadDataGrid |
xmlns:telerikDataGrid="clr-namespace:Telerik.XamarinForms.DataGrid;assembly=Telerik.XamarinForms.DataGrid" | using Telerik.XamarinForms.DataGrid; |
.NET MAUI DataGrid | RadDataGrid |
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui" | using Telerik.Maui.Controls.Compatibility.DataGrid; |
API Changes
Xamarin DataGrid | .NET MAUI DataGrid |
---|---|
N/A | Row Details |
N/A | Aggregates |
N/A | Frozen Colums |
N/A | Column Resizing |
N/A | Column Footer |
N/A | Column Reordering |
N/A | Keyboard Navigation |
N/A | DynamicObject |
N/A | ExpandoObject |
N/A | Built-in Search Functionality |