From a24ae9c8d77dd34c5e7229acb47ed99a7d29e265 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:00:27 +0300 Subject: [PATCH 1/7] ASP.NET Core Bing reports --- aspnet-core/CircularGauge/Ranges-and-Frames.md | 2 +- aspnet-core/ColorPicker/Appearance-and-Styling.md | 4 ++-- aspnet-core/PivotGrid/Styling.md | 6 +++--- aspnet-core/TimePicker/Overview.md | 6 +++--- aspnet-core/TreeGrid/Exporting.md | 8 ++++---- aspnet-core/TreeGrid/Searching.md | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aspnet-core/CircularGauge/Ranges-and-Frames.md b/aspnet-core/CircularGauge/Ranges-and-Frames.md index 01d756e8..1bfc82a2 100644 --- a/aspnet-core/CircularGauge/Ranges-and-Frames.md +++ b/aspnet-core/CircularGauge/Ranges-and-Frames.md @@ -1,6 +1,6 @@ --- layout: post -title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion +title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion description: Learn here about ranges and frames in Syncfusion Essential ASP.NET Core CircularGauge Control, its elements, and more. platform: aspnet-core control: CircularGauge diff --git a/aspnet-core/ColorPicker/Appearance-and-Styling.md b/aspnet-core/ColorPicker/Appearance-and-Styling.md index 900c55f4..3c109088 100644 --- a/aspnet-core/ColorPicker/Appearance-and-Styling.md +++ b/aspnet-core/ColorPicker/Appearance-and-Styling.md @@ -1,7 +1,7 @@ --- layout: post -title: Appearance and Styling | ColorPicker | ASP.NET Core | Syncfusion -description: Learn here about appearance and styling in ASP.NET Core ColorPicker Control, its elements, and more. +title: Appearance and Styling in ASP.NET Core ColorPicker | Syncfusion +description: Learn here about appearance and styling in Syncfusion ASP.NET Core ColorPicker Control, its elements, and more. platform: aspnet-core control: ColorPicker documentation: ug diff --git a/aspnet-core/PivotGrid/Styling.md b/aspnet-core/PivotGrid/Styling.md index f6f32ba4..4de82714 100644 --- a/aspnet-core/PivotGrid/Styling.md +++ b/aspnet-core/PivotGrid/Styling.md @@ -1,13 +1,13 @@ --- layout: post -title: Styling | PivotGrid | ASP.NET Core | Syncfusion -description: styling +title: Styling in ASP.NET Core PivotGrid Control | Syncfusion +description: Learn here more about styling support in Syncfusion ASP.NET Core PivotGrid Control, its elements, and more. platform: aspnet-core control: PivotGrid documentation: ug --- -# Styling +# Styling in ASP.NET Core PivotGrid Control By default, the pivot grid supports the following **17** different types of themes: * default-theme diff --git a/aspnet-core/TimePicker/Overview.md b/aspnet-core/TimePicker/Overview.md index 9b608c4b..1974caf0 100644 --- a/aspnet-core/TimePicker/Overview.md +++ b/aspnet-core/TimePicker/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: TimePicker | TimePicker | ASP.NET Core | Syncfusion -description: overview +title: Overview of ASP.NET Core TimePicker Control | Syncfusion +description: Learn here more about Overview of Syncfusion Essential ASP.NET Core TimePicker Control, its elements, and more. platform: aspnet-core control: TimePicker documentation: ug --- -# TimePicker +# Overview of ASP.NET Core TimePicker Control The Essential ASP.NET Core TimePicker control allows users to select a time value. The available times can be restricted to a range by setting minimum and maximum time values. The TimePicker sets the time as a mask to prevent users from entering invalid values. diff --git a/aspnet-core/TreeGrid/Exporting.md b/aspnet-core/TreeGrid/Exporting.md index 312d0981..ee746a5f 100644 --- a/aspnet-core/TreeGrid/Exporting.md +++ b/aspnet-core/TreeGrid/Exporting.md @@ -1,12 +1,12 @@ --- layout: post -title: Exporting | TreeGrid | ASP.NET Core | Syncfusion -description: exporting +title: Exporting in ASP.NET Core TreeGrid Control | Syncfusion +description: Learn here more about exporting in Syncfusion ASP.NET Core TreeGrid Control, its elements, and more. platform: aspnet-core control: TreeGrid documentation: ug --- -# Export +# Exporting in ASP.NET Core TreeGrid Exporting feature provides support to export TreeGrid 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 TreeGrid object to export. @@ -62,7 +62,7 @@ The below code snippet explains the above behavior, {% endtabs %} The below screen shot shows TreeGrid with excel and PDF exporting enabled. -![](Export_images/Export_img1.png) +![ASP.NET Core TreeGrid export](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 TreeGrid Export as follows diff --git a/aspnet-core/TreeGrid/Searching.md b/aspnet-core/TreeGrid/Searching.md index 70d16f39..e2995ba8 100644 --- a/aspnet-core/TreeGrid/Searching.md +++ b/aspnet-core/TreeGrid/Searching.md @@ -1,6 +1,6 @@ --- layout: post -title: Searching | TreeGrid | ASP.NET Core | Syncfusion +title: Searching in ASP.NET Core TreeGrid Control | Syncfusion description: Learn here about Searching in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more. platform: aspnet-core control: TreeGrid From 7036501474dfcf4010d20cbb034353bdc5a5ae02 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 3 May 2023 14:37:51 +0300 Subject: [PATCH 2/7] removed control word --- aspnet-core/PivotGrid/Styling.md | 2 +- aspnet-core/TimePicker/Overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/PivotGrid/Styling.md b/aspnet-core/PivotGrid/Styling.md index 4de82714..ac32770c 100644 --- a/aspnet-core/PivotGrid/Styling.md +++ b/aspnet-core/PivotGrid/Styling.md @@ -7,7 +7,7 @@ control: PivotGrid documentation: ug --- -# Styling in ASP.NET Core PivotGrid Control +# Styling in ASP.NET Core PivotGrid By default, the pivot grid supports the following **17** different types of themes: * default-theme diff --git a/aspnet-core/TimePicker/Overview.md b/aspnet-core/TimePicker/Overview.md index 1974caf0..6d56143d 100644 --- a/aspnet-core/TimePicker/Overview.md +++ b/aspnet-core/TimePicker/Overview.md @@ -7,7 +7,7 @@ control: TimePicker documentation: ug --- -# Overview of ASP.NET Core TimePicker Control +# Overview of ASP.NET Core TimePicker The Essential ASP.NET Core TimePicker control allows users to select a time value. The available times can be restricted to a range by setting minimum and maximum time values. The TimePicker sets the time as a mask to prevent users from entering invalid values. From dd8fa16b12d3ac91e0d8f7a74ee239993a2a6f1a Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Tue, 9 May 2023 14:09:59 +0530 Subject: [PATCH 3/7] ASP.NET Core - Permanent Redirect --- aspnet-core/Overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnet-core/Overview.md b/aspnet-core/Overview.md index 93e8e77d..cc832075 100644 --- a/aspnet-core/Overview.md +++ b/aspnet-core/Overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Welcome to Syncfusion Essential ASP.NET Core +title: Get an overview about Essential ASP.NET Core | Syncfusion description: Learn here all about overview of Syncfusion Essential ASP.NET Core widgets based on HTML5 and jQuery. platform: aspnet-core control: Introduction @@ -21,13 +21,13 @@ Essential JS is a comprehensive collection of over 80 enterprise-grade HTML5 Jav * After you have integrated the component into your application using one of the sample code snippets as a starting point, it is likely that you would want additional information on specific features and API. The best option would be to search a the specific topic using the search box that is available at the top of the user guide. -* Another valuable resource is the [API reference](https://help.syncfusion.com/cr/aspnet-core) which provides detailed information on the object hierarchy as well as the settings available on every object. +* Another valuable resource is the [API reference](https://help.syncfusion.com/cr/aspnet-core/Syncfusion.CompoundFile.DocIO.html) which provides detailed information on the object hierarchy as well as the settings available on every object. ## Additional help resources -* The [Knowledge Base](https://www.syncfusion.com/kb/aspnetcore) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide. +* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/91) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide. -* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/aspnetcore), the [forum](https://www.syncfusion.com/forums/aspnetcore) section also contains responses to questions that other customers have asked us in the past. +* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/91), the [forum](https://www.syncfusion.com/forums/aspnetcore) section also contains responses to questions that other customers have asked us in the past. ## Create a support incident From d6173bb37997970d9f0a92fa864c0c39bbe855e1 Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Tue, 9 May 2023 14:21:21 +0530 Subject: [PATCH 4/7] Modified the title --- aspnet-core/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/Overview.md b/aspnet-core/Overview.md index cc832075..57dbba34 100644 --- a/aspnet-core/Overview.md +++ b/aspnet-core/Overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Get an overview about Essential ASP.NET Core | Syncfusion +title: Overview for ASP.NET Core Application | Syncfusion description: Learn here all about overview of Syncfusion Essential ASP.NET Core widgets based on HTML5 and jQuery. platform: aspnet-core control: Introduction From bb17f96a620cab93ef0b8225de8ed7982b3959ed Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Wed, 17 May 2023 18:26:44 +0530 Subject: [PATCH 5/7] ASP.NET CORE - title changed --- aspnet-core/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/Overview.md b/aspnet-core/Overview.md index 57dbba34..dfd719d9 100644 --- a/aspnet-core/Overview.md +++ b/aspnet-core/Overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Overview for ASP.NET Core Application | Syncfusion +title: About ASP.NET Core Application | Syncfusion description: Learn here all about overview of Syncfusion Essential ASP.NET Core widgets based on HTML5 and jQuery. platform: aspnet-core control: Introduction From 20dacd289beb5eac76908c8608332476665e818f Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Thu, 18 May 2023 15:59:29 +0530 Subject: [PATCH 6/7] Asp.net core - Title changed --- aspnet-core/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/Overview.md b/aspnet-core/Overview.md index dfd719d9..c8dace78 100644 --- a/aspnet-core/Overview.md +++ b/aspnet-core/Overview.md @@ -1,6 +1,6 @@ --- layout: post -title: About ASP.NET Core Application | Syncfusion +title: Welcome to Syncfusion Essential ASP.NET Core description: Learn here all about overview of Syncfusion Essential ASP.NET Core widgets based on HTML5 and jQuery. platform: aspnet-core control: Introduction From 8cbe2648d8084d48f042b9035db4bd035a59f6dc Mon Sep 17 00:00:00 2001 From: Thahira-Banu Date: Thu, 18 May 2023 17:05:41 +0530 Subject: [PATCH 7/7] ASP.NET Core - Permanent redirects --- aspnet-core/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/Overview.md b/aspnet-core/Overview.md index c8dace78..d164e2e0 100644 --- a/aspnet-core/Overview.md +++ b/aspnet-core/Overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Welcome to Syncfusion Essential ASP.NET Core +title: Welcome to Syncfusion Essential ASP.NET Core description: Learn here all about overview of Syncfusion Essential ASP.NET Core widgets based on HTML5 and jQuery. platform: aspnet-core control: Introduction