Skip to content

Commit a7291a2

Browse files
Merge pull request #343 from Syncfusion-Content/hotfix/hotfix-v21.2.3
DOCINFRA-2341_merged_using_automation
2 parents 8a0b0b1 + 2b3517e commit a7291a2

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

aspnet-core/CircularGauge/Ranges-and-Frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion
3+
title: Ranges and Frames in ASP.NET Core CircularGauge Control | Syncfusion
44
description: Learn here about ranges and frames in Syncfusion Essential ASP.NET Core CircularGauge Control, its elements, and more.
55
platform: aspnet-core
66
control: CircularGauge

aspnet-core/ColorPicker/Appearance-and-Styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Appearance and Styling | ColorPicker | ASP.NET Core | Syncfusion
4-
description: Learn here about appearance and styling in ASP.NET Core ColorPicker Control, its elements, and more.
3+
title: Appearance and Styling in ASP.NET Core ColorPicker | Syncfusion
4+
description: Learn here about appearance and styling in Syncfusion ASP.NET Core ColorPicker Control, its elements, and more.
55
platform: aspnet-core
66
control: ColorPicker
77
documentation: ug

aspnet-core/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Essential JS is a comprehensive collection of over 80 enterprise-grade HTML5 Jav
2121

2222
* 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.
2323

24-
* 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.
24+
* 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.
2525

2626
## Additional help resources
2727

28-
* 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.
28+
* 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.
2929

30-
* 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.
30+
* 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.
3131

3232
## Create a support incident
3333

aspnet-core/PivotGrid/Styling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Styling | PivotGrid | ASP.NET Core | Syncfusion
4-
description: styling
3+
title: Styling in ASP.NET Core PivotGrid Control | Syncfusion
4+
description: Learn here more about styling support in Syncfusion ASP.NET Core PivotGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: PivotGrid
77
documentation: ug
88
---
99

10-
# Styling
10+
# Styling in ASP.NET Core PivotGrid
1111
By default, the pivot grid supports the following **17** different types of themes:
1212

1313
* default-theme

aspnet-core/TimePicker/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: TimePicker | TimePicker | ASP.NET Core | Syncfusion
4-
description: overview
3+
title: Overview of ASP.NET Core TimePicker Control | Syncfusion
4+
description: Learn here more about Overview of Syncfusion Essential ASP.NET Core TimePicker Control, its elements, and more.
55
platform: aspnet-core
66
control: TimePicker
77
documentation: ug
88
---
99

10-
# TimePicker
10+
# Overview of ASP.NET Core TimePicker
1111

1212
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.
1313

aspnet-core/TreeGrid/Exporting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Exporting | TreeGrid | ASP.NET Core | Syncfusion
4-
description: exporting
3+
title: Exporting in ASP.NET Core TreeGrid Control | Syncfusion
4+
description: Learn here more about exporting in Syncfusion ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid
77
documentation: ug
88
---
9-
# Export
9+
# Exporting in ASP.NET Core TreeGrid
1010

1111
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.
1212

@@ -62,7 +62,7 @@ The below code snippet explains the above behavior,
6262
{% endtabs %}
6363

6464
The below screen shot shows TreeGrid with excel and PDF exporting enabled.
65-
![](Export_images/Export_img1.png)
65+
![ASP.NET Core TreeGrid export](Export_images/Export_img1.png)
6666

6767
## Server dependencies
6868
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

aspnet-core/TreeGrid/Searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Searching | TreeGrid | ASP.NET Core | Syncfusion
3+
title: Searching in ASP.NET Core TreeGrid Control | Syncfusion
44
description: Learn here about Searching in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid

0 commit comments

Comments
 (0)