From 28baa847dc6db2c665312acd463930a1b6d7ead4 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 5 Aug 2024 15:59:51 +0300 Subject: [PATCH 01/16] SEO-18702-ASP.NET-MVC-Gantt-Exporting-Description-too-long --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 3a73f54d1..0b4fef413 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,7 +1,7 @@ --- layout: post title: Exporting| Gantt | ASP.NET | Syncfusion -description: exporting +description: Learn here about Exporting with the Syncfusion ASP.NET Web Forms Gantt control, its elements, and more. platform: aspnet control: Gantt documentation: ug From 65abdb78b268e287840232b5712e3e11ff8a914e Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 5 Aug 2024 16:07:41 +0300 Subject: [PATCH 02/16] Resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 0b4fef413..31aa629cf 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![](Export_images/Export_img1.png) +![Export in ASP.NET Web Forms Gantt Exporting](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows From c3cc3eb6cde2bdaab21bc9b99166152013b9026c Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 5 Aug 2024 16:09:52 +0300 Subject: [PATCH 03/16] resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 31aa629cf..83e12f232 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Export +# Exporting Sf ASP.NET Web Forms Gantt Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 873cd69565a396edf2d4b45f856e03365c1cf311 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 6 Aug 2024 09:14:19 +0300 Subject: [PATCH 04/16] Resolved --- aspnet/Gantt/Exporting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 83e12f232..882c0f90e 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,12 +1,12 @@ --- layout: post title: Exporting| Gantt | ASP.NET | Syncfusion -description: Learn here about Exporting with the Syncfusion ASP.NET Web Forms Gantt control, its elements, and more. +description: Learn here about exporting support in Syncfusion ASP.NET Web Forms Gantt control, its elements, and more. platform: aspnet control: Gantt documentation: ug --- -# Exporting Sf ASP.NET Web Forms Gantt +# ASP.NET Gantt-Invokes export public method of Gantt object to export. Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![Export in ASP.NET Web Forms Gantt Exporting](Export_images/Export_img1.png) +![PDF exporting enabled in ASP.NET Web Forms Gantt Exporting](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows From d41a5dadd3adbbb7ea83d53f49448a0bf930ae5e Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 6 Aug 2024 10:43:58 +0300 Subject: [PATCH 05/16] resolved --- aspnet/Gantt/Exporting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 882c0f90e..d301791d4 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# ASP.NET Gantt-Invokes export public method of Gantt object to export. +# Update H1 as Exporting in ASP.NET Web Forms Gantt Control. Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![PDF exporting enabled in ASP.NET Web Forms Gantt Exporting](Export_images/Export_img1.png) +![PDF exporting enabled in ASP.NET Web Forms Gantt](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows From 629130b04d717dd6785563b615341c6045a7d3e3 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 6 Aug 2024 15:53:31 +0300 Subject: [PATCH 06/16] resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index d301791d4..d4526ff1f 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Update H1 as Exporting in ASP.NET Web Forms Gantt Control. +# Exporting in ASP.NET Web Forms Gantt Control. Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 6ef3f297e3a01b6fa79d59778a9d6dafef5b8297 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 16 Aug 2024 12:05:14 +0300 Subject: [PATCH 07/16] renamed image --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index d4526ff1f..e11be053b 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![PDF exporting enabled in ASP.NET Web Forms Gantt](Export_images/Export_img1.png) +![Exporting in ASP.NET Web Forms Gantt Control](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows From a13842700759dbdb80c7e2bcec76a58353d650d9 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 20 Aug 2024 10:29:59 +0300 Subject: [PATCH 08/16] Comment resolved --- aspnet/Gantt/Exporting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index e11be053b..2f4c95952 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Web Forms Gantt Control. +# Exporting in ASP.NET Web Forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. @@ -56,7 +56,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows Gantt with excel and PDF exporting enabled. -![Exporting in ASP.NET Web Forms Gantt Control](Export_images/Export_img1.png) +![Exporting in ASP.NET Web Forms Gantt Control.](Export_images/Export_img1.png) ## Server dependencies Export Helper functions are available in the Assembly `Syncfusion.EJ.Export`, which is available in the Essential Studio & Essential ASP.NET builds. The list of assemblies needed for Gantt Export as follows From 2220de6bafcb3793631f2006eb8bd51201e859ed Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 10:31:31 +0300 Subject: [PATCH 09/16] Comment resolved --- aspnet/Gantt/Exporting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 2f4c95952..f29194266 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,12 +1,12 @@ --- layout: post -title: Exporting| Gantt | ASP.NET | Syncfusion -description: Learn here about exporting support in Syncfusion ASP.NET Web Forms Gantt control, its elements, and more. +title: Exporting in ASP.NET Webforms Gantt Control | Syncfusion +description: Learn here all about exporting support in Syncfusion Essential ASP.NET Webforms Gantt Control, its elements, and more. platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Web Forms Gantt Control +# Exporting in ASP.NET Webforms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 032e4edbab7981fbabda9642275f41cf91b4fd9c Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 10:42:08 +0300 Subject: [PATCH 10/16] CI resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index f29194266..1c2c22659 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Webforms Gantt Control +# Exporting in ASP.NET Web forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 04979830e8f6336397c0f34d4ea69f6bfdb99b9e Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 10:43:20 +0300 Subject: [PATCH 11/16] Revert "CI resolved" This reverts commit 032e4edbab7981fbabda9642275f41cf91b4fd9c. --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 1c2c22659..f29194266 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Web forms Gantt Control +# Exporting in ASP.NET Webforms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 7319f439f1f9c2456792591ed89c86a2e578cda5 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 12:19:56 +0300 Subject: [PATCH 12/16] CI resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index f29194266..1c2c22659 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Webforms Gantt Control +# Exporting in ASP.NET Web forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From b5c9cb0507fb088b94c2b85f4affb4dfa9f7f013 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 14:27:40 +0300 Subject: [PATCH 13/16] Revert "CI resolved" This reverts commit 7319f439f1f9c2456792591ed89c86a2e578cda5. --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 1c2c22659..f29194266 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Web forms Gantt Control +# Exporting in ASP.NET Webforms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From c06bb7f78638699c41f35cdb40c6afda22e2b507 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Fri, 13 Sep 2024 14:28:35 +0300 Subject: [PATCH 14/16] ci resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index f29194266..1c2c22659 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Webforms Gantt Control +# Exporting in ASP.NET Web forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From 7a50398c6ef55da8603d210e8f954dd410a7431a Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 16 Sep 2024 15:20:55 +0300 Subject: [PATCH 15/16] CI resolved --- aspnet/Gantt/Exporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 1c2c22659..93edfb5ff 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -6,7 +6,7 @@ platform: aspnet control: Gantt documentation: ug --- -# Exporting in ASP.NET Web forms Gantt Control +# Exporting in ASP.NET Web Forms Gantt Control Exporting feature provides support to export Gantt content to excel and PDF files. To export the contents, the `ExcelExport` and `PdfExport` toolbar items must be added in the toolbar using the `ToolbarItems` property of `ToolbarSettings`. When you click, the toolbar exporting icons, it internally invokes the export public method of Gantt object to export. From b2b5d0a953b2288a90cc4e4747608d22ab1c004a Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Tue, 17 Sep 2024 10:31:39 +0300 Subject: [PATCH 16/16] resolved --- aspnet/Gantt/Exporting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Gantt/Exporting.md b/aspnet/Gantt/Exporting.md index 93edfb5ff..342867e83 100644 --- a/aspnet/Gantt/Exporting.md +++ b/aspnet/Gantt/Exporting.md @@ -1,7 +1,7 @@ --- layout: post -title: Exporting in ASP.NET Webforms Gantt Control | Syncfusion -description: Learn here all about exporting support in Syncfusion Essential ASP.NET Webforms Gantt Control, its elements, and more. +title: Exporting in ASP.NET Web Forms Gantt Control | Syncfusion +description: Learn here all about exporting support in Syncfusion Essential ASP.NET Web Forms Gantt Control, its elements, and more. platform: aspnet control: Gantt documentation: ug