Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions aspnet-core/Chart/Annotations.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Chart Annotations |Chart | ASP.NET Core | Syncfusion
title: Annotations in ASP.NET Core Chart Control | Syncfusion
description: How to add annotations in Essential ASP.NET CORE Chart and the different options available to customize its position.
platform: aspnet-core
control: Chart
documentation: ug
---

# Annotations
# Annotations in ASP.NET Core Chart

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

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

{% endhighlight %}

![](Annotations_images/Annotations_img1.png)
![ASP.NET Core Chart Annotations](Annotations_images/Annotations_img1.png)

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

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

{% endhighlight %}

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


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

{% endhighlight %}

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

## Annotation alignments

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

{% endhighlight %}

![](Annotations_images/Annotations_img4.png)
![ASP.NET Core Chart Annotation alignments](Annotations_images/Annotations_img4.png)
4 changes: 2 additions & 2 deletions aspnet-core/FileExplorer/Behavior-Settings.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Behavior Settings| FileExplorer | ASP.NET Core | Syncfusion
description: Customize the behavior of FileExplorer
description: Learn here about Customize the behavior settings in Syncfusion Essential ASP.NET Core FileExplorer Control, its elements, and more.
platform: Asp.Net Core
control: FileExplorer
documentation: UG
keywords: FileExplorer, Syncfusion, Asp.Core FileExplorer, UG document, Behavior settings
---

# Behavior Settings
# Behavior Settings in ASP.NET Core FileExplorer

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

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/FileExplorer/Multiple-Selection.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Multiple Selection | FileExplorer | ASP.NET Core | Syncfusion
description: Multi selection support in FileExplorer
description: Learn here about Multiple selection support in Syncfusion ASP.NET Core FileExplorer Control, its elements, and more.
platform: Asp.Net Core
control: FileExplorer
documentation: UG
keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Multiple selection
---
# Multiple Selection
# Multiple Selection in ASP.NET Core FileExplorer

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.

Expand Down
12 changes: 6 additions & 6 deletions aspnet-core/Grid/Row.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Row with Grid widget for Syncfusion Essential ASP.NET Core
description: How to use and customize the grid row
description: How to use and customize the row in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
platform: aspnet-core
control: Grid
documentation: ug
---
# Row
# Row in ASP.NET Core Grid
It represents the record details that are fetched from the datasource.

## Row hover
Expand Down Expand Up @@ -46,7 +46,7 @@ The following code example describes the previous behavior.

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

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

## Details template

Expand Down Expand Up @@ -123,7 +123,7 @@ The following code example describes the previous behavior.

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

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


## Row template
Expand Down Expand Up @@ -216,7 +216,7 @@ The following code example describes the previous behavior.

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

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

## Alternate row styling

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

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

![](Row_images/Row_img4.png)
![ASP.NET Core Grid Alternate row styling](Row_images/Row_img4.png)
12 changes: 6 additions & 6 deletions aspnet-core/ListBox/Multiple-Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Multiple Selection | ListBox | ASP.NET Core | Syncfusion
description: multiple selection
description: Learn here about multiple selection support in Syncfusion Essential ASP.NET Core ListBox Control, its elements, and more.
platform: aspnet-core
control: ListBox
documentation: ug
---

# Multiple Selection
# Multiple Selection in ASP.NET Core ListBox

## Allow multiple selection

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


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



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


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



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



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



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



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



Expand Down
16 changes: 8 additions & 8 deletions aspnet-core/Spreadsheet/Print.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Print with Spreadsheet widget for Syncfusion Essential ASP .NET Core
description: How to use the Spreadsheet Print
title: Print with Spreadsheet widget for Syncfusion Essential ASP.NET Core
description: How to use the Print support in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more.
platform: aspnet-core
control: Spreadsheet
documentation: ug
---

# Print
# Print in ASP.NET Core Spreadsheet

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.

Expand Down Expand Up @@ -80,14 +80,14 @@ namespace samplebrowser.Controllers.SpreadsheetASP

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

![](Print_images/Print_img1.png)
![ASP.NET Core Spreadsheet print](Print_images/Print_img1.png)

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

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

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

Print dialog with selected area print in chrome browser
{:.caption}
Expand Down Expand Up @@ -138,7 +138,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP
{% endhighlight %}
{% endtabs %}

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

Print dialog without gridlines in chrome browser
{:.caption}
Expand Down Expand Up @@ -189,7 +189,7 @@ namespace samplebrowser.Controllers.SpreadsheetASP
{% endhighlight %}
{% endtabs %}

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

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