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/2] 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/2] 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.