You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/SpreadSheet/Editing.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
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.
5
5
platform: aspnet
6
6
control: Spreadsheet
7
7
documentation: ug
8
8
---
9
9
10
-
# Editing
10
+
# Editing in ASP.NET Web Forms Spreadsheet Control
11
11
12
12
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.
13
13
@@ -214,6 +214,6 @@ public static object GetAllItemDetails()
214
214
215
215
{% endtabs %}
216
216
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.
218
218
219
219
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