From fbb98823d39b72a9d94075ace3cd5a5fdbcd602b Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:13:27 +0300 Subject: [PATCH 1/2] SEO-187686 ASPNET Permanent Redirect --- aspnet/SpreadSheet/Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/SpreadSheet/Editing.md b/aspnet/SpreadSheet/Editing.md index f6e2e9490..ded0cfbc5 100644 --- a/aspnet/SpreadSheet/Editing.md +++ b/aspnet/SpreadSheet/Editing.md @@ -214,6 +214,6 @@ public static object GetAllItemDetails() {% endtabs %} -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. +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. You can update data dynamically in the Spreadsheet by using [`updateRange`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:updaterange "updateRange") method. \ No newline at end of file From d0d36cfcea04b8328057bafd0486ce724dee795c Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:23:56 +0300 Subject: [PATCH 2/2] modified description and h1 --- aspnet/SpreadSheet/Editing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/SpreadSheet/Editing.md b/aspnet/SpreadSheet/Editing.md index ded0cfbc5..7640c9005 100644 --- a/aspnet/SpreadSheet/Editing.md +++ b/aspnet/SpreadSheet/Editing.md @@ -1,13 +1,13 @@ --- layout: post title: Editing with Spreadsheet widget for Syncfusion Essential JS -description: Learn about editing support in Syncfusion ASP.NET Webforms Spreadsheet control and more details. +description: Learn about editing support in Syncfusion ASP.NET Web Forms Spreadsheet control, its elements, and more details. platform: aspnet control: Spreadsheet documentation: ug --- -# Editing +# Editing in ASP.NET Web Forms Spreadsheet Control 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.