Skip to content

Commit 1798257

Browse files
Merge pull request #167 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
DOCINFRA-2341_merged_using_automation
2 parents ee50bea + fd62042 commit 1798257

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

aspnet-core/Chart/Annotations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Chart Annotations |Chart | ASP.NET Core | Syncfusion
3+
title: Annotations in ASP.NET Core Chart Control | Syncfusion
44
description: How to add annotations in Essential ASP.NET CORE Chart and the different options available to customize its position.
55
platform: aspnet-core
66
control: Chart
77
documentation: ug
88
---
99

10-
# Annotations
10+
# Annotations in ASP.NET Core Chart
1111

1212
Annotations are used to mark the specific area of interest in the chart with texts, shapes, or images.
1313

@@ -28,7 +28,7 @@ You can add annotations to the chart by using the **Annotations** option. By usi
2828

2929
{% endhighlight %}
3030

31-
![](Annotations_images/Annotations_img1.png)
31+
![ASP.NET Core Chart Annotations](Annotations_images/Annotations_img1.png)
3232

3333
N> Annotations are not supported in 3D chart types.
3434

@@ -48,7 +48,7 @@ To rotate the annotation template, use the **Angle** property of the annotations
4848

4949
{% endhighlight %}
5050

51-
![](Annotations_images/Annotations_img2.png)
51+
![ASP.NET Core Chart Rotate the annotation template](Annotations_images/Annotations_img2.png)
5252

5353

5454
## Positioning annotation
@@ -77,7 +77,7 @@ N> By using the **Region** option, you can specify whether the annotation is pla
7777

7878
{% endhighlight %}
7979

80-
![](Annotations_images/Annotations_img3.png)
80+
![ASP.NET Core Chart Positioning annotation](Annotations_images/Annotations_img3.png)
8181

8282
## Annotation alignments
8383

@@ -96,4 +96,4 @@ When the **coordinateUnit** is set to pixels or points, you can align the annota
9696

9797
{% endhighlight %}
9898

99-
![](Annotations_images/Annotations_img4.png)
99+
![ASP.NET Core Chart Annotation alignments](Annotations_images/Annotations_img4.png)

aspnet-core/FileExplorer/Behavior-Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Behavior Settings| FileExplorer | ASP.NET Core | Syncfusion
3-
description: Customize the behavior of FileExplorer
3+
description: Learn here about Customize the behavior settings in Syncfusion Essential ASP.NET Core FileExplorer Control, its elements, and more.
44
platform: Asp.Net Core
55
control: FileExplorer
66
documentation: UG
77
keywords: FileExplorer, Syncfusion, Asp.Core FileExplorer, UG document, Behavior settings
88
---
99

10-
# Behavior Settings
10+
# Behavior Settings in ASP.NET Core FileExplorer
1111

1212
Here are some properties to customize behavior of the file explorer.
1313

aspnet-core/FileExplorer/Multiple-Selection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Multiple Selection | FileExplorer | ASP.NET Core | Syncfusion
3-
description: Multi selection support in FileExplorer
3+
description: Learn here about Multiple selection support in Syncfusion ASP.NET Core FileExplorer Control, its elements, and more.
44
platform: Asp.Net Core
55
control: FileExplorer
66
documentation: UG
77
keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Multiple selection
88
---
9-
# Multiple Selection
9+
# Multiple Selection in ASP.NET Core FileExplorer
1010

1111
The file explorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful for copy pasting multiple files, deleting multiple files, and downloading multiple files. In another way, multiple files can be selected by bringing the mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files.
1212

aspnet-core/Grid/Row.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: Row with Grid widget for Syncfusion Essential ASP.NET Core
4-
description: How to use and customize the grid row
4+
description: How to use and customize the row in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
55
platform: aspnet-core
66
control: Grid
77
documentation: ug
88
---
9-
# Row
9+
# Row in ASP.NET Core Grid
1010
It represents the record details that are fetched from the datasource.
1111

1212
## Row hover
@@ -46,7 +46,7 @@ The following code example describes the previous behavior.
4646

4747
The following output is displayed as a result of the previous code example.
4848

49-
![](Row_images/Row_img1.png)
49+
![ASP.NET Core Grid Row hover](Row_images/Row_img1.png)
5050

5151
## Details template
5252

@@ -123,7 +123,7 @@ The following code example describes the previous behavior.
123123

124124
The following output is displayed as a result of the previous code example.
125125

126-
![](Row_images/Row_img2.png)
126+
![ASP.NET Core Grid Details template](Row_images/Row_img2.png)
127127

128128

129129
## Row template
@@ -216,7 +216,7 @@ The following code example describes the previous behavior.
216216

217217
The following output is displayed as a result of the previous code example.
218218

219-
![](Row_images/Row_img3.png)
219+
![ASP.NET Core Grid Row template](Row_images/Row_img3.png)
220220

221221
## Alternate row styling
222222

@@ -257,4 +257,4 @@ By default, its value is `true`, so the following code example describes the how
257257

258258
The following output is displayed as a result of the previous code example.
259259

260-
![](Row_images/Row_img4.png)
260+
![ASP.NET Core Grid Alternate row styling](Row_images/Row_img4.png)

aspnet-core/ListBox/Multiple-Selection.md

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

10-
# Multiple Selection
10+
# Multiple Selection in ASP.NET Core ListBox
1111

1212
## Allow multiple selection
1313

@@ -42,7 +42,7 @@ The following steps explain you the configuration of the allow-multi-selection f
4242
2. Output for ListBox control that provides multiple selection is as follows.
4343

4444

45-
![](Multiple-Selection_images/Multiple-Selection_img1.png)
45+
![ASP.NET Core ListBox Multiple selection through index](Multiple-Selection_images/Multiple-Selection_img1.png)
4646

4747

4848

@@ -108,7 +108,7 @@ The following steps explains you the configuration of selected-indices property
108108
2. Output of the above steps.
109109

110110

111-
![](Multiple-Selection_images/Multiple-Selection_img2.png)
111+
![ASP.NET Core ListBox Checkbox Support](Multiple-Selection_images/Multiple-Selection_img2.png)
112112

113113

114114

@@ -172,7 +172,7 @@ The following steps explains you the configuration of checkbox options in ListBo
172172

173173

174174

175-
![](Multiple-Selection_images/Multiple-Selection_img3.png)
175+
![ASP.NET Core ListBox Check All](Multiple-Selection_images/Multiple-Selection_img3.png)
176176

177177

178178

@@ -233,7 +233,7 @@ The following steps explains you the configuration of checkbox options in ListBo
233233

234234

235235

236-
![](Multiple-Selection_images/Multiple-Selection_img4.png)
236+
![ASP.NET Core ListBox Uncheck All](Multiple-Selection_images/Multiple-Selection_img4.png)
237237

238238

239239

aspnet-core/Spreadsheet/Print.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Print with Spreadsheet widget for Syncfusion Essential ASP .NET Core
4-
description: How to use the Spreadsheet Print
3+
title: Print with Spreadsheet widget for Syncfusion Essential ASP.NET Core
4+
description: How to use the Print support in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more.
55
platform: aspnet-core
66
control: Spreadsheet
77
documentation: ug
88
---
99

10-
# Print
10+
# Print in ASP.NET Core Spreadsheet
1111

1212
This feature is used to produce text and graphics from a computer screen or file into a sheet of paper. You can use `allow-printing` property in `e-print-settings` to enable/disable the print operation.
1313

@@ -80,14 +80,14 @@ namespace samplebrowser.Controllers.SpreadsheetASP
8080

8181
The following output is displayed as a result of the above code example.
8282

83-
![](Print_images/Print_img1.png)
83+
![ASP.NET Core Spreadsheet print](Print_images/Print_img1.png)
8484

85-
![](Print_images/Print_img2.png)
85+
![ASP.NET Core Spreadsheet Print dialog with entire sheet](Print_images/Print_img2.png)
8686

8787
Print dialog with entire sheet in Chrome browser
8888
{:.caption}
8989

90-
![](Print_images/Print_img3.png)
90+
![ASP.NET Core Spreadsheet Print dialog with selected area](Print_images/Print_img3.png)
9191

9292
Print dialog with selected area print in chrome browser
9393
{:.caption}
@@ -138,7 +138,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP
138138
{% endhighlight %}
139139
{% endtabs %}
140140

141-
![](Print_images/Print_img4.png)
141+
![ASP.NET Core Spreadsheet Print dialog without gridlines](Print_images/Print_img4.png)
142142

143143
Print dialog without gridlines in chrome browser
144144
{:.caption}
@@ -189,7 +189,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP
189189
{% endhighlight %}
190190
{% endtabs %}
191191

192-
![](Print_images/Print_img5.png)
192+
![ASP.NET Core Spreadsheet print dialog](Print_images/Print_img5.png)
193193

194194
Print dialog without headings in chrome browser
195195
{:.caption}

0 commit comments

Comments
 (0)