diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index 2f82a9db..57720e4c 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting started with ASP.NET Core Grid | Syncfusion +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 @@ -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. -![ASP.NET Core Grid data binding](Getting-Started_images/Getting-Started2_img1.jpeg) +![ASP.NET Core Grid data binding](getting-started_images/aspnet-core-grid-data-binding.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. -![ASP.NET Core Grid enable paging](Getting-Started_images/Getting-Started2_img2.png) +![ASP.NET Core Grid enable paging](getting-started_images/aspnet-core-grid-enable-paging.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. -![ASP.NET Core Grid enable filtering](Getting-Started_images/Getting-Started2_img3.png) +![ASP.NET Core Grid enable filtering](getting-started_images/aspnet-core-grid-enable-filtering.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. -![ASP.NET Core Grid enable grouping](Getting-Started_images/Getting-Started2_img4.png) +![ASP.NET Core Grid enable grouping](getting-started_images/aspnet-core-grid-enable-grouping.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. -![ASP.NET Core Grid adds summaries](Getting-Started_images/Getting-Started2_img5.png) \ No newline at end of file +![ASP.NET Core Grid adds summaries](getting-started_images/aspnet-core-grid-add-summaries.png) \ No newline at end of file diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img5.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-add-summaries.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img5.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-add-summaries.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img1.jpeg b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-data-binding.jpeg similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img1.jpeg rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-data-binding.jpeg diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img3.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-filtering.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img3.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-filtering.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img4.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-grouping.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img4.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-grouping.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img2.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-paging.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img2.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-paging.png