Skip to content

Commit 0f57dbc

Browse files
Merge pull request #543 from syncfusion-content/SEO-187686-ASPNET-Permanent-Redirect
merged
2 parents 9714efb + d0d36cf commit 0f57dbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnet/SpreadSheet/Editing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Editing with Spreadsheet widget for Syncfusion Essential JS
4-
description: Learn about editing support in Syncfusion ASP.NET Webforms Spreadsheet control and more details.
4+
description: Learn about editing support in Syncfusion ASP.NET Web Forms Spreadsheet control, its elements, and more details.
55
platform: aspnet
66
control: Spreadsheet
77
documentation: ug
88
---
99

10-
# Editing
10+
# Editing in ASP.NET Web Forms Spreadsheet Control
1111

1212
You can edit the contents of a cell directly in the cell. You can also do this by typing in the formula bar. When you edit the cell, Spreadsheet is operating in edit mode. In editing mode formatting options are not available. You can use `AllowEditing` property to enable/disable editing feature.
1313

@@ -214,6 +214,6 @@ public static object GetAllItemDetails()
214214

215215
{% endtabs %}
216216

217-
To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://www.syncfusion.com/kb/7567/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
217+
To save and retrieve the Spreadsheet data in the database, you can refer this [`Knowledge Base`](https://support.syncfusion.com/kb/article/6923/how-to-save-and-retrieve-the-spreadsheet-data-in-database "Knowledge Base") link.
218218

219219
You can update data dynamically in the Spreadsheet by using [`updateRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:updaterange "updateRange") method.

0 commit comments

Comments
 (0)