From 015ff999d1cd983b9c23d6bd7d0e607354a508b6 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 9 Jul 2025 17:03:13 +0530 Subject: [PATCH 1/3] description too short --- aspnet-core/DataManager/CRUDDataOperations.md | 10 +++++----- aspnet-core/Spreadsheet/Rows-and-columns.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/aspnet-core/DataManager/CRUDDataOperations.md b/aspnet-core/DataManager/CRUDDataOperations.md index e7729ce6..25a3fc83 100644 --- a/aspnet-core/DataManager/CRUDDataOperations.md +++ b/aspnet-core/DataManager/CRUDDataOperations.md @@ -1,7 +1,7 @@ --- layout: post title: CRUD Data Operations | DataManager | ASP.NET Core | Syncfusion -description: CRUD Data Operations +description: Check out and learn here all about CRUD data operations of Syncfusion ASP.NET Core DataManager and much more. platform: aspnet-core control: DataManager documentation: ug @@ -85,7 +85,7 @@ The insert method of the data manager is used to add a new record to the table. {% endtabs %} -![](CRUD_images/insert1.png) +![Local CRUD Operations in Insert.](CRUD_images/insert1.png) ### Update @@ -154,7 +154,7 @@ The update method is used to update the modified changes made to a record in the {% endtabs %} -![](CRUD_images/update1.png) +![Local CRUD Operations in Update.](CRUD_images/update1.png) ### Remove @@ -223,7 +223,7 @@ The remove function receives the items to be deleted in the Data Table. The func {% endtabs %} -![](CRUD_images/remove1.png) +![Local CRUD Operations in Remove.](CRUD_images/remove1.png) ## Remote CRUD Operations @@ -311,7 +311,7 @@ The insert method of the data manager is used to add a new record to the table. {% endtabs %} -![](CRUD_images/insert2.png) +![Remote CRUD Operations in Insert.](CRUD_images/insert2.png) ### Update diff --git a/aspnet-core/Spreadsheet/Rows-and-columns.md b/aspnet-core/Spreadsheet/Rows-and-columns.md index 2261629f..f2a60054 100644 --- a/aspnet-core/Spreadsheet/Rows-and-columns.md +++ b/aspnet-core/Spreadsheet/Rows-and-columns.md @@ -1,7 +1,7 @@ --- layout: post -title: Rows and Columns with Spreadsheet widget for Syncfusion Essential ASP.NET Core -description: How to use and customize the Spreadsheet Rows and Columns +title: Rows and Columns with Spreadsheet widget for Syncfusion ASP.NET Core +description: Check out and learn here all about how to use and customize the spreadsheet rows and columns and much more. platform: aspnet-core control: Spreadsheet documentation: ug @@ -263,7 +263,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![](Rows-and-columns_images/Rows-and-columns_img2.png) +![Delete Entire Column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img2.png) ### Show Row You can show the hidden rows dynamically by using one of the following ways, @@ -324,7 +324,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![](Rows-and-columns_images/Rows-and-columns_img3.png) +![Hide Column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img3.png) ## Resizing You can change `column-width` and `row-height` with the specified value. You have to enable `allow-resizing` property to perform resizing. @@ -380,4 +380,4 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file +![Show Column inSpreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file From 507aa2254c54159c6f090ffd6b21b6aeb034d46b Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 15:24:00 +0530 Subject: [PATCH 2/3] change the caps to small --- aspnet-core/DataManager/CRUDDataOperations.md | 8 ++++---- aspnet-core/Spreadsheet/Rows-and-columns.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aspnet-core/DataManager/CRUDDataOperations.md b/aspnet-core/DataManager/CRUDDataOperations.md index 25a3fc83..5b932432 100644 --- a/aspnet-core/DataManager/CRUDDataOperations.md +++ b/aspnet-core/DataManager/CRUDDataOperations.md @@ -85,7 +85,7 @@ The insert method of the data manager is used to add a new record to the table. {% endtabs %} -![Local CRUD Operations in Insert.](CRUD_images/insert1.png) +![local crud operations in insert.](CRUD_images/insert1.png) ### Update @@ -154,7 +154,7 @@ The update method is used to update the modified changes made to a record in the {% endtabs %} -![Local CRUD Operations in Update.](CRUD_images/update1.png) +![local crud operations in update.](CRUD_images/update1.png) ### Remove @@ -223,7 +223,7 @@ The remove function receives the items to be deleted in the Data Table. The func {% endtabs %} -![Local CRUD Operations in Remove.](CRUD_images/remove1.png) +![local crud operations in remove.](CRUD_images/remove1.png) ## Remote CRUD Operations @@ -311,7 +311,7 @@ The insert method of the data manager is used to add a new record to the table. {% endtabs %} -![Remote CRUD Operations in Insert.](CRUD_images/insert2.png) +![remote crud operations in insert.](CRUD_images/insert2.png) ### Update diff --git a/aspnet-core/Spreadsheet/Rows-and-columns.md b/aspnet-core/Spreadsheet/Rows-and-columns.md index f2a60054..209dcb66 100644 --- a/aspnet-core/Spreadsheet/Rows-and-columns.md +++ b/aspnet-core/Spreadsheet/Rows-and-columns.md @@ -200,7 +200,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![](Rows-and-columns_images/Rows-and-columns_img1.png) +![delete entire column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img1.png) ## Show and Hide You can show or hide the rows and columns in Spreadsheet using methods and context menu. @@ -263,7 +263,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![Delete Entire Column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img2.png) +![delete entire column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img2.png) ### Show Row You can show the hidden rows dynamically by using one of the following ways, @@ -324,7 +324,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![Hide Column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img3.png) +![hide column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img3.png) ## Resizing You can change `column-width` and `row-height` with the specified value. You have to enable `allow-resizing` property to perform resizing. @@ -380,4 +380,4 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![Show Column inSpreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file +![show column inSpreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file From 4b2cbd30d7ef7f1b975764a16328de4da0026be7 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 14 Jul 2025 16:14:18 +0530 Subject: [PATCH 3/3] Update Rows-and-columns.md --- aspnet-core/Spreadsheet/Rows-and-columns.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet-core/Spreadsheet/Rows-and-columns.md b/aspnet-core/Spreadsheet/Rows-and-columns.md index 209dcb66..37a73ddf 100644 --- a/aspnet-core/Spreadsheet/Rows-and-columns.md +++ b/aspnet-core/Spreadsheet/Rows-and-columns.md @@ -200,7 +200,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![delete entire column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img1.png) +![delete entire column in ASP.NET CORE Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img1.png) ## Show and Hide You can show or hide the rows and columns in Spreadsheet using methods and context menu. @@ -263,7 +263,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![delete entire column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img2.png) +![delete entire column in ASP.NET CORE Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img2.png) ### Show Row You can show the hidden rows dynamically by using one of the following ways, @@ -324,7 +324,7 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![hide column in Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img3.png) +![hide column in ASP.NET CORE Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img3.png) ## Resizing You can change `column-width` and `row-height` with the specified value. You have to enable `allow-resizing` property to perform resizing. @@ -380,4 +380,4 @@ namespace MVCSampleBrowser.Controllers {% endtabs %} The following output is displayed as a result of the above code example. -![show column inSpreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file +![show column in ASP.NET CORE Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png) \ No newline at end of file