diff --git a/aspnet-core/DataManager/CRUDDataOperations.md b/aspnet-core/DataManager/CRUDDataOperations.md index e7729ce6..5b932432 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..37a73ddf 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 @@ -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 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. -![](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. -![](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. -![](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