From 9ee4cde8a50ca92e4da80a993e3f0faf4be3a0f6 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:24:41 +0300 Subject: [PATCH 1/2] image alt text changes --- aspnet-core/Grid/Getting-Started.md | 14 +++++++------- aspnet-core/Grid/Hierarchy-Grid.md | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index 5ca5d0ca..91d906d3 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting started with grid widget for Syncfusion Essential ASP.NET Core -description: How to create the grid, data bind, enable paging, grouping, filtering and add summaries +description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more. platform: aspnet-core control: grid documentation: ug --- -# Getting Started +# Getting Started with Essential ASP.NET Core Grid Refer to the [Getting Started](https://help.syncfusion.com/aspnet-core/gettingstarted/getting-started-2-0) page of the introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application. @@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started2_img1.jpeg) +![ASP.NET Core Grid data binding](Getting-Started_images/Getting-Started2_img1.jpeg) ## Enable paging @@ -135,7 +135,7 @@ The paging feature in grid offers complete navigation support to easily switch The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started2_img2.png) +![ASP.NET Core Grid enable paging](Getting-Started_images/Getting-Started2_img2.png) ## Enable filtering @@ -178,7 +178,7 @@ To enable filtering, use the `allow-filtering` property of grid is as follows. The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started2_img3.png) +![ASP.NET Core Grid enable filtering](Getting-Started_images/Getting-Started2_img3.png) ## Enable grouping @@ -220,7 +220,7 @@ To enable grouping, use the `allow-grouping` property of grid is as follows. The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started2_img4.png) +![ASP.NET Core Grid enable grouping](Getting-Started_images/Getting-Started2_img4.png) ## Add summaries @@ -268,4 +268,4 @@ Summaries can be added by setting the `show-summary` to `true` and adding requir The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started2_img5.png) \ No newline at end of file +![ASP.NET Core Grid adds summaries](Getting-Started_images/Getting-Started2_img5.png) \ No newline at end of file diff --git a/aspnet-core/Grid/Hierarchy-Grid.md b/aspnet-core/Grid/Hierarchy-Grid.md index 22229cfa..251ac6d1 100644 --- a/aspnet-core/Grid/Hierarchy-Grid.md +++ b/aspnet-core/Grid/Hierarchy-Grid.md @@ -1,13 +1,13 @@ --- layout: post title: Hierarchical binding | grid | ASP.NET Core | Syncfusion -description: How to bind the hierarchical data +description: Learn here all about Hierarchy support in Syncfusion Essential ASP.NET Core Grid control, its elements, and more. platform: aspnet-core control: grid documentation: ug --- -# Hierarchical Bindings +# Hierarchical Bindings in ASP.NET Core Grid Hierarchical binding can be used to create the grid with parent and child relation, this facilitate you to view the child records for a particular row by clicking on the Expander button present in first column of each grid row. This can be enabled by defining grid within grid and `query-string`. @@ -64,7 +64,7 @@ public partial class GridController : Controller {% endtabs %} -![](Hierarchy-Grid_images/Hierarchy-Grid_img1.png) +![ASP.NET Core Grid hierarchical binding](Hierarchy-Grid_images/Hierarchy-Grid_img1.png) ## Expand or collapse all child's From 714577eaca7f61b164414c576291a8f2ec162e9e Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:35:37 +0300 Subject: [PATCH 2/2] H1, Title renamed --- aspnet-core/Grid/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index 91d906d3..cb445671 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with grid widget for Syncfusion Essential ASP.NET Core +title: Getting started with ASP.NET Core Grid | Syncfusion description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more. platform: aspnet-core control: grid documentation: ug --- -# Getting Started with Essential ASP.NET Core Grid +# Getting Started with ASP.NET Core Grid Refer to the [Getting Started](https://help.syncfusion.com/aspnet-core/gettingstarted/getting-started-2-0) page of the introduction part to know more about the basic system requirements and the steps to configure the Syncfusion components in an ASP.NET Core application.