Skip to content

SEO-204825-ASP.NET Core-Description-Too-Short-Hotfix #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions aspnet-core/DataManager/CRUDDataOperations.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions aspnet-core/Spreadsheet/Rows-and-columns.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)
![show column in ASP.NET CORE Spreadsheet.](Rows-and-columns_images/Rows-and-columns_img4.png)