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..ac32770c 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 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..6d56143d 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 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