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
10 changes: 5 additions & 5 deletions aspnet-core/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This section explains briefly you on how to create a Diagram in your ASP.NET COR

3\. This creates an empty diagram

![Getting-Started_images1](Getting-Started_images/Getting-Started_img1.png)
![ASP.NET Core Diagram Initialize Diagram](Getting-Started_images/Getting-Started_img1.png)

### Create and add Node

Expand All @@ -53,7 +53,7 @@ N> `Labels` property is an array, which indicates that more than one label can b

Added node will be displayed in diagram as shown below.

![Getting-Started_images2](Getting-Started_images/Getting-Started_img2.png)
![ASP.NET Core Diagram Create and add Node](Getting-Started_images/Getting-Started_img2.png)

### Connect nodes

Expand Down Expand Up @@ -89,7 +89,7 @@ Connect these two nodes by adding a `connector` into `Connectors` collection wit

* `Connector` connects the two nodes as shown below.

![Getting-Started_images3](Getting-Started_images/Getting-Started_img3.png)
![ASP.NET Core Diagram Connect nodes](Getting-Started_images/Getting-Started_img3.png)

* Default values for all nodes and connectors can be set using default settings. For example if all nodes have same `Width` and `Height`, we can move such properties into `DefaultSettings`. Above code can be rewritten as shown below.

Expand Down Expand Up @@ -212,7 +212,7 @@ Similarly we can add required nodes and connectors to form a complete flow diagr

Final flow chart will looks as shown below.

![Getting-Started_images4](Getting-Started_images/Getting-Started_img4.png)
![ASP.NET Core Diagram Complete flow diagram](Getting-Started_images/Getting-Started_img4.png)

## Automatic organization chart

Expand Down Expand Up @@ -317,4 +317,4 @@ Following code examples indicate how to define the default appearance of node an

* The Employee details are displayed in the Diagram as follows.

![Getting-Started_images5](Getting-Started_images/Getting-Started_img5.png)
![ASP.NET Core Diagram Apply org chart layout](Getting-Started_images/Getting-Started_img5.png)
26 changes: 13 additions & 13 deletions aspnet-core/Grid/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: DataBinding with grid widget for Syncfusion Essential ASPNET Core
description: How to bind in-memory JSON and remote web services in grid
description: How to bind in-memory JSON and remote web services in Syncfusion ASPNET Core Grid Control, its elements, and more.
platform: aspnet-core
control: grid
documentation: ug
---
# Data Binding
# Data Binding in ASPNET Core Grid

The Grid `datasource` property or `e-datamanager` child tag allows to bind datasource as the instance of one of the following types.

Expand Down Expand Up @@ -68,7 +68,7 @@ namespace samplebrowser.Controllers.Grid

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

![](Data-Binding_images/Data-Binding_img1.png)
![ASPNET Core Grid Data Binding](Data-Binding_images/Data-Binding_img1.png)

## Complex binding

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

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

![](Data-Binding_images/Data-Binding_img6.png)
![ASPNET Core Grid Complex binding](Data-Binding_images/Data-Binding_img6.png)


## WCF DataService / OData service
Expand Down Expand Up @@ -141,7 +141,7 @@ The following code example describes the previous behavior.

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

![](Data-Binding_images/Data-Binding_img7.png)
![ASPNET Core Grid WCF DataService](Data-Binding_images/Data-Binding_img7.png)


## Web API Service
Expand Down Expand Up @@ -197,7 +197,7 @@ The following code example describes the previous behavior.

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

![](Data-Binding_images/Data-Binding_img9.png)
![ASPNET Core Grid Web API Service](Data-Binding_images/Data-Binding_img9.png)

## HTML Table binding

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

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

![](Data-Binding_images/Data-Binding_img10.png)
![ASPNET Core Grid HTML Table binding](Data-Binding_images/Data-Binding_img10.png)

## Miscellaneous

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

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

![](Data-Binding_images/Data-Binding_img11.png)
![ASPNET Core Grid Load on demand](Data-Binding_images/Data-Binding_img11.png)

### Load at once

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

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

![](Data-Binding_images/Data-Binding_img12.png)
![ASPNET Core Grid Load at once](Data-Binding_images/Data-Binding_img12.png)

### Data caching

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

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

![](Data-Binding_images/Data-Binding_img13.png)
![ASPNET Core Grid Data caching](Data-Binding_images/Data-Binding_img13.png)

### Custom request parameters and HTTP header

Expand Down Expand Up @@ -405,7 +405,7 @@ E> Attempting to add custom parameters with key name same as any default AJAX pa

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

![](Data-Binding_images/Data-Binding_img14.png)
![ASPNET Core Grid Adding request parameters](Data-Binding_images/Data-Binding_img14.png)

#### Adding custom HTTP headers

Expand Down Expand Up @@ -436,7 +436,7 @@ N> To add custom headers to the DataManager through JavaScript, refer to this [

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

![](Data-Binding_images/Data-Binding_img15.png)
![ASPNET Core Grid](Data-Binding_images/Data-Binding_img15.png)

### Handling HTTP Errors

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

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

![](Data-Binding_images/Data-Binding_img16.png)
![ASPNET Core Grid Handling HTTP Errors](Data-Binding_images/Data-Binding_img16.png)
6 changes: 3 additions & 3 deletions aspnet-core/ReportViewer/Report-DataSources.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Report DataSources | Syncfusion
description: report datasources
title: Report DataSources in ASPNET Core ReportViewer Control | Syncfusion
description: Learn here about report datasources in Syncfusion Essential ASPNET Core ReportViewer Control, its elements, and more.
platform: aspnet-core
control: ReportViewer
documentation: ug
---

## Report DataSources
# Report DataSources in ASPNET Core ReportViewer

The ReportViewer has support to add data sources to ReportViewer for RDLC reports at runtime. You can add SQL Server DataSources to ReportViewer. The ReportViewer has `dataSources` property that is the list of ReportDataSource type to add collection of DataSources to it. You can add DataSources through Web API.

Expand Down