Skip to content

Commit 8cbe326

Browse files
committed
updates
1 parent 8ad6f73 commit 8cbe326

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

controls/datagrid/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Getting Started
33
page_title: .NET MAUI DataGrid Documentation - Getting Started
44
description: "Get started with the Telerik UI for .NET MAUI DataGrid and add the control to your .NET MAUI project."
55
position: 1
6-
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
76
slug: datagrid-getting-started
87
---
98

controls/datagrid/overview.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,7 @@ If you prefer video instructions, watch the Getting Started with the MAUI DataGr
2828
* Configure the columns and use custom templates.
2929
* Use sorting, filtering and selection features.
3030

31-
<script type="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!",
38-
"thumbnailUrl": "https://img.youtube.com/vi/XxUvA4fKHzU/maxresdefault.jpg",
39-
"uploadDate": "2024-12-05",
40-
"duration": "PT20M27S",
41-
"contentUrl": "https://youtu.be/XxUvA4fKHzU",
42-
"embedUrl": "https://www.youtube.com/embed/XxUvA4fKHzU"
43-
}
44-
</script>
45-
31+
<iframe width="560" height="315" src="https://www.youtube.com/embed/XxUvA4fKHzU" title="Take your .NET MAUI skills to the next level with Chapter 4 of the Telerik UI for .NET MAUI course! 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!" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
4632

4733
## Built-in Columns
4834

migrate-to-net-maui.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,23 +152,7 @@ For the detailed guide, go to the official Microsoft documentation on GitHub abo
152152

153153
The following video demonstrates how you can upgrade your Xamarin.Forms App to .NET MAUI
154154

155-
156-
<script type="application/ld+json">
157-
{
158-
"@context": "https://schema.org",
159-
"@type": "VideoObject",
160-
"name": "Upgrading your Xamarin Forms App to .NET MAUI | DevReach 2023",
161-
"description": "One of the questions the .NET MAUI team has heard the most is What do I have to do to my Xamarin app to upgrade?
162-
163-
Good news - it's a really straightforward process! Join Maddy Montaquila, .NET MAUI PM, as she demystifies the upgrade process and shows you the tools you can use to upgrade your app so you can leverage the magic of MAUI in no time!",
164-
165-
"thumbnailUrl": "https://img.youtube.com/vi/-AeFIjW0Jgc/maxresdefault.jpg",
166-
"uploadDate": "2023-11-22",
167-
"duration": "PT52M22S",
168-
"contentUrl": "https://youtu.be/-AeFIjW0Jgc",
169-
"embedUrl": "https://www.youtube.com/embed/-AeFIjW0Jgc"
170-
}
171-
</script>
155+
<iframe width="560" height="315" src="https://www.youtube.com/embed/-AeFIjW0Jgc" title="One of the questions the .NET MAUI team has heard the most is What do I have to do to my Xamarin app to upgrade?" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
172156

173157
## See Also
174158

0 commit comments

Comments
 (0)