Skip to content

Commit 8ad6f73

Browse files
committed
updates
1 parent aeb2e57 commit 8ad6f73

File tree

10 files changed

+13
-14
lines changed

10 files changed

+13
-14
lines changed

controls/datagrid/editing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Editing
33
page_title: .NET MAUI DataGrid Documentation - Editing
44
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."
55
position: 9
6-
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
76
previous_url: /controls/datagrid/datagrid-editing
87
slug: datagrid-editing
98
---

controls/datagrid/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Events
33
page_title: .NET MAUI DataGrid Documentation - Events
44
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."
55
position: 14
6-
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid, events
6+
tags: events
77
slug: datagrid-events
88
---
99

controls/datagrid/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Getting Started
33
page_title: .NET MAUI DataGrid Documentation - Getting Started
4-
description: "Get started with the Telerik UI for .NET MAUI Grid and add the control to your .NET MAUI project."
4+
description: "Get started with the Telerik UI for .NET MAUI DataGrid and add the control to your .NET MAUI project."
55
position: 1
66
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
77
slug: datagrid-getting-started
@@ -13,7 +13,7 @@ This guide provides the information you need to start using the [Telerik UI for
1313

1414
At the end, you will achieve the following result.
1515

16-
![.NET MAUI Grid Getting Started](images/datagrid-getting-started.png)
16+
![.NET MAUI DataGrid Getting Started](images/datagrid-getting-started.png)
1717

1818
## Prerequisites
1919

controls/datagrid/load-on-demand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Load On Demand
33
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 Grid 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 DataGrid to improve the performance of the component and save computing resources."
55
position: 13
66
slug: datagrid-features-loadondemand
77
---
@@ -82,7 +82,7 @@ You have to set it to the `LoadOnDemandRowStyle` property of the DataGrid:
8282

8383
>caption Row appearance after setting the `LoadOnDemandRowStyle` property
8484
85-
![.NET MAUI Grid LoadOnDemand Row Style](images/datagrid-rowstyle.png)
85+
![.NET MAUI DataGrid LoadOnDemand Row Style](images/datagrid-rowstyle.png)
8686

8787
### Load-More-Button Row Template
8888

@@ -98,7 +98,7 @@ The following example shows how to set the property:
9898

9999
>caption Row appearance after setting the `LoadOnDemandRowTemplate`
100100
101-
![.NET MAUI Grid LoadOnDemand Row Style](images/datagrid-rowtemplate.png)
101+
![.NET MAUI DataGrid LoadOnDemand Row Style](images/datagrid-rowtemplate.png)
102102

103103
## Additional Resources
104104
- [.NET MAUI DataGrid Product Page](https://www.telerik.com/maui-ui/datagrid)

controls/datagrid/paging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Paging
33
page_title: .NET MAUI DataPager Documentation - Paging Support
4-
description: Learn more about how to add paging functionality to the Grid for .NET MAUI.
4+
description: Learn more about how to add paging functionality to the DataGrid for .NET MAUI.
55
position: 7
66
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
77
slug: datagrid-paging

controls/datagrid/row-height.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To set the row height, apply the `RowHeight` property of type `double` to the Da
2424

2525
The following image shows the difference in the way the DataGrid is rendered with and without `RowHeight` specifically set:
2626

27-
![.NET MAUI Grid RowHeight](images/datagrid-row-height.png)
27+
![.NET MAUI DataGrid RowHeight](images/datagrid-row-height.png)
2828

2929
## Additional Resources
3030

controls/datagrid/scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private void Button_Clicked(object sender, System.EventArgs e)
2727

2828
The following image shows the end result.
2929

30-
![.NET MAUI Grid Programmatic Scrolling](images/datagrid-scrollintoview.gif)
30+
![.NET MAUI DataGrid Programmatic Scrolling](images/datagrid-scrollintoview.gif)
3131

3232
## Additional Resources
3333

controls/datagrid/search-as-you-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Search as You Type
33
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 Grid - 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 DataGrid - how to show or hide the search panel, various configuration settings of the search functionality, methods, and events related to searching."
55
position: 3
66
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
77
slug: datagrid-search-as-you-type
@@ -27,7 +27,7 @@ The search panel provides an input field (Entry) where the end user can enter th
2727

2828
The image below shows the Search Panel UI on Windows:
2929

30-
![Telerik .NET MAUI Grid Search Panel](images/datagrid-search-searchpanel.png)
30+
![Telerik .NET MAUI DataGrid Search Panel](images/datagrid-search-searchpanel.png)
3131

3232
## Search Settings
3333

controls/datagrid/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ this.dataGrid.SortDescriptors.Add(new DelegateSortDescriptor() { KeyLookup = new
8686

8787
The following image shows how the DataGrid looks after sorting is applied:
8888

89-
![.NET MAUI Grid Sorting](images/datagrid_sorting.png)
89+
![.NET MAUI DataGrid Sorting](images/datagrid_sorting.png)
9090

9191
## See Also
9292

controls/datagrid/xamarin-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrating from Xamarin
33
page_title: .NET MAUI DataGrid Documentation - Migrate from Xamarin
4-
description: Learn how to migrate from Xamarin.Forms Grid to .NET MAUI Grid control.
4+
description: Learn how to migrate from Xamarin.Forms DataGrid to .NET MAUI DataGrid control.
55
position: 100
66
tags: dot net maui, .net maui vs xamarin, maui vs xamarin, net maui vs xamarin, migration, xamarin.forms
77
slug: datagrid-xamarin-migration

0 commit comments

Comments
 (0)