From a09d814f19f4c51bc07c23f2b8b601aa23792869 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Wed, 21 Aug 2024 17:56:48 +0300 Subject: [PATCH 1/3] SEO-86912-webforms-redirect-links --- 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 7f495adf91e68b619f27f3f0504203d0c6cb680b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 22 Aug 2024 12:14:15 +0300 Subject: [PATCH 2/3] Fixed CI issue --- aspnet/SpreadSheet/Editing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/SpreadSheet/Editing.md b/aspnet/SpreadSheet/Editing.md index ded0cfbc5..47eb1fc1d 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. +title: Editing in ASP.NET Web Forms Spreadsheet widget | Syncfusion +description: Learn here about editing support in Syncfusion Essential ASP.NET Webforms Spreadsheet control, its elements and more details. platform: aspnet control: Spreadsheet documentation: ug --- -# Editing +# Editing in ASP.NET Web Forms Spreadsheet 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. From e90e146328a306ecfd138e696f5cda9efe4349b1 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Thu, 29 Aug 2024 17:45:45 +0300 Subject: [PATCH 3/3] resolved comment --- 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 54ac327b7..62fe81208 100644 --- a/aspnet/SpreadSheet/Editing.md +++ b/aspnet/SpreadSheet/Editing.md @@ -1,7 +1,7 @@ --- layout: post -title: Editing in the ASP.NET Web Forms Spreadsheet Control | Syncfusion -description: Learn here about editing support in Syncfusion Essential ASP.NET Webforms Spreadsheet control, its elements and more details. +title: Editing in ASP.NET Web Forms Spreadsheet Control | Syncfusion +description: Learn here about editing support in Syncfusion Essential ASP.NET Web Forms Spreadsheet control, its elements, and more details. platform: aspnet control: Spreadsheet documentation: ug