.NET MAUI DataGrid Overview

The Telerik UI for .NET MAUI DataGrid is a powerful control that allows you to easily visualize and edit tabular represented data in your .NET MAUI applications. Most of the data on the Internet is stored in tables within a database.Telerik UI for .NET MAUI DataGridprovides the same abstraction over the data—it has columns and rows, and the intersection of a row and a column is called a cell. When the data from a database is sent to the client, it is usually converted to a Business object (or the so-calledViewModel) where each instance represents a table row and each property of the object represents a column within the original table.

Telerik Maui Ninja image

The DataGrid is part ofTelerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.

DataGrid Overview

Key Features of the Telerik .NET MAUI Grid

  • Different column types—The DataGrid provides plenty of built-in columns such as Text, Boolean, Numeric, ComboBox, Date, Time, and Template. These predefined templates allow you to handle different data types and user scenarios, each with its specific editor.

  • Load on demand—In some cases, you may need to load data in the .NET MAUI DataGrid when the control is already displayed as this can improve the performance of your application. The DataGrid offers automatic data loading once the user scrolls to the last available record, or by displaying a customizable button which will initiate the loading of more data items.

  • Commands—The DataGrid allows you to attach commands, such asColumnHeaderTap,CellTap,BeginEdit, and more, which will be executed when certain actions occur.

  • UI Virtualization—The highly optimized data layer of the DataGrid enables fast grouping, sorting, and filtering operations. The user interface uses virtualization for its row and cell elements, which means that visual elements are created only when needed and only for the currently visible cells.

  • Editing—You can enable users to edit the data presented in the .NET MAUI DataGrid. Depending on the column data type, a relevant editor allows end users to edit content in a friendly environment. For example, if one of the columns is a date, a date-picker will be used to offer a change in the date field.

  • Sorting,filtering, andgrouping—You can easily perform SORT, FILTER, and GROUP operations on your data by using the convenient API of the control.

  • Selection modes——数据网格功能单一或多种条目selection and provides options for controlling the cell or row selection unit, thus enabling any selection scenario you want your MAUI application users to have.

  • Footer supportFor datagrid columns.

  • Rows alternation—The DataGrid supports alternating row colors so that your users can easily distinguish one row from another.

  • Row height—Manually set the grid row height apply row height to control over the way the content is accommodated inside the grid cells.

  • Flexible styling API—The .NET MAUI DataGrid is highly customizable if you prefer to use your own styling.

Next Steps

See Also

In this article
Not finding the help you need?
Baidu
map