You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn how to use the built-in column and custom editors for modifying the data records in the Telerik UI for .NET MAUI DataGrid component."
5
5
position: 9
6
+
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
description: "Learn about the Telerik UI for .NET MAUI DataGrid events and how to achieve various scenarios upon user interaction such as loading content on demand, binding to data, modifying group collections, and more."
5
5
position: 14
6
+
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid, events
Copy file name to clipboardExpand all lines: controls/datagrid/load-on-demand.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Load On Demand
3
3
page_title: .NET MAUI DataGrid Documentation - Load on Demand
4
-
description: "Learn more about the available modes and approaches to load huge sets of data in the Telerik UI for .NET MAUI DataGrid to improve the performance of the component and save computing resources."
4
+
description: "Learn more about the available modes and approaches to load huge sets of data in the Telerik UI for .NET MAUI Grid to improve the performance of the component and save computing resources."
5
5
position: 13
6
6
slug: datagrid-features-loadondemand
7
7
---
@@ -82,7 +82,7 @@ You have to set it to the `LoadOnDemandRowStyle` property of the DataGrid:
82
82
83
83
>caption Row appearance after setting the `LoadOnDemandRowStyle` property
@@ -17,7 +18,7 @@ When the data from a database is sent to the client, usually converted to a Busi
17
18
18
19
The 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.

21
22
22
23
## MAUI DataGrid Video Tutorial
23
24
@@ -27,7 +28,21 @@ If you prefer video instructions, watch the Getting Started with the MAUI DataGr
27
28
* Configure the columns and use custom templates.
28
29
* Use sorting, filtering and selection features.
29
30
30
-
<iframewidth="560"height="315"src="https://www.youtube.com/embed/XxUvA4fKHzU?si=EuqJC2OIPrIDMaGd"title="Mastering the DataGrid in Telerik UI for .NET MAUI: Setup, Columns, Sorting, and More"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
31
+
<scripttype="application/ld+json">
32
+
{
33
+
"@context":"https://schema.org",
34
+
"@type":"VideoObject",
35
+
"name":"Mastering the DataGrid in Telerik UI for .NET MAUI: Setup, Columns, Sorting, and More | Chapter 4",
36
+
"description":"Take your .NET MAUI skills to the next level with Chapter 4 of the Telerik UI for .NET MAUI course!
37
+
This video provides a comprehensive guide to .NET MAUI Grid control. Learn about its features, setup process, column configuration, and creating custom column templates. Discover how to enable sorting, filtering, and selection for a dynamic and powerful data presentation in your apps. Watch now and become a DataGrid expert!",
Copy file name to clipboardExpand all lines: controls/datagrid/search-as-you-type.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
---
2
2
title: Search as You Type
3
3
page_title: .NET MAUI DataGrid Documentation - Search as You Type
4
-
description: "Learn more about the Search as You Type feature of the Telerik .NET MAUI DataGrid - how to show or hide the search panel, various configuration settings of the search functionality, methods, and events related to searching."
4
+
description: "Learn more about the Search as You Type feature of the Telerik .NET MAUI Grid - how to show or hide the search panel, various configuration settings of the search functionality, methods, and events related to searching."
5
5
position: 3
6
+
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
6
7
slug: datagrid-search-as-you-type
7
8
---
8
9
@@ -26,7 +27,7 @@ The search panel provides an input field (Entry) where the end user can enter th
26
27
27
28
The image below shows the Search Panel UI on Windows:
0 commit comments