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/Combobox/data-binding.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Data Binding in ComboBox control for Syncfusion ASP.NET CORE
description: DataBinding support to ComboBox control for Syncfusion ASP.NET CORE
description: Learn here about Data Binding support in Syncfusion Essential ASP.NET Core ComboBox Control, its elements, and more.
platform: CORE
control: ComboBox
documentation: ug
keywords: remote data, ComboBox, json data, local data
---

# Data Binding
# Data Binding in ASP.NET Core ComboBox

The ComboBox loads the data either from the local data sources or
remote data services using the `dataSource` property. It supports
Expand Down Expand Up @@ -54,7 +54,7 @@ The ComboBox has the support to load array of primitive data such as strings and

Output for array-data combobox control is as follows.

![](Combobox_databinding_images/array_data.png)
![ASP.NET Core ComboBox array data](Combobox_databinding_images/array_data.png)

### 2. Array of JSON data

Expand Down Expand Up @@ -97,7 +97,7 @@ In the following example, `Id` column and `Game` column from complex data have b
}
{% endhighlight %}

![](Combobox_databinding_images/local_data.png)
![ASP.NET Core ComboBox local data](Combobox_databinding_images/local_data.png)

## Binding remote data

Expand Down Expand Up @@ -133,4 +133,4 @@ public ActionResult Databindingremote()
Output for remote-data combobox control is as follows:


![](Combobox_databinding_images/remote_data.png)
![ASP.NET Core ComboBox remote data](Combobox_databinding_images/remote_data.png)
6 changes: 3 additions & 3 deletions aspnet-core/Combobox/localization.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Localization in ComboBox control for Syncfusion ASP.NET CORE
description: Localization support to ComboBox control for Syncfusion ASP.NET CORE
description: Learn here about Localization support in Syncfusion Essential ASP.NET Core ComboBox Control, its elements, and more.
platform: core
control: ComboBox
documentation: ug
keywords: locale, ComboBox
---

# Localization
# Localization in ASP.NET Core ComboBox

The Localization library allows you to localize the static text content of the **noRecordsTemplate** and **actionFailureTemplate**  properties according to the culture currently assigned to the ComboBox.

Expand Down Expand Up @@ -54,4 +54,4 @@ public ActionResult Databindingremote()

{% endhighlight %}

![](Combobox_localization_images/localization.png)
![ASP.NET Core ComboBox localization](Combobox_localization_images/localization.png)
16 changes: 8 additions & 8 deletions aspnet-core/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Data-Binding | DataManager | ASP.NET Core | Syncfusion
description: data binding
description: Learn here about data binding support in Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
platform: aspnet-core
control: DataManager
documentation: ug
keywords: JSON Adaptor, URL Adaptor, OData Adaptor, Odata4 Adaptor, WebApi Adaptor

---

# Data Binding
# Data Binding in ASP.NET Core DataManager

## JSON

Expand Down Expand Up @@ -108,7 +108,7 @@ A data source can be bound to a Grid through the DataManager. The DataManager su

The result of the above code example is illustrated as follows.

![](Data-Binding_images/Data-Binding_img1.png)
![ASP.NET Core DataManager OData binding](Data-Binding_images/Data-Binding_img1.png)

## REST Services

Expand Down Expand Up @@ -165,7 +165,7 @@ The result of the above code example is illustrated as follows.

The result of the above code example is illustrated as follows.

![](Data-Binding_images/Data-Binding_img2.png)
![ASP.NET Core DataManager OData V4](Data-Binding_images/Data-Binding_img2.png)

## OData V4

Expand Down Expand Up @@ -222,13 +222,13 @@ You can refer to the following code example for consuming OData v4 services and

The request and response to the service from the **DataManager** is illustrated as follows.

![](Data-Binding_images/Data-Binding_img4.png)
![ASP.NET Core DataManager v4 request and response](Data-Binding_images/Data-Binding_img4.png)

_OData v4 request and response_

The result of the above code example is illustrated as follows.

![](Data-Binding_images/Data-Binding_img3.png)
![ASP.NET Core DataManager WebAPI binding](Data-Binding_images/Data-Binding_img3.png)

_OData v4 binding_

Expand Down Expand Up @@ -339,7 +339,7 @@ Refer to the following code example for consuming Web API data using ej.DataMana

The result for the above code example is illustrated as follows.

![](Data-Binding_images/Data-Binding_img5.png)
![ASP.NET Core DataManager Complex Data Sorting](Data-Binding_images/Data-Binding_img5.png)

_Web API data binding_

Expand Down Expand Up @@ -408,4 +408,4 @@ You can perform a data operation based on nested column data and bind to the dat

{%endhighlight%}

![](CORE_Sorting_images/complexdata.png)
![ASP.NET Core DataManager complex data](CORE_Sorting_images/complexdata.png)
6 changes: 3 additions & 3 deletions aspnet-core/TreeView/Template-Option.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Template Option | TreeView | ASP.NET Core | Syncfusion
description: rendering TreeView using Template Option
description: Learn here about Template Option in Syncfusion Essential ASP.NET Core TreeView Control, its elements, and more.
platform: aspnet-core
control: TreeView
documentation: UG
---

# Template Option
# Template Option in ASP.NET Core TreeView

The tree nodes can be customized by using the **Template** property. The tree view template option requires addition JS library called the **JsRender** that helps you to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender, refer to this link [http://www.jsviews.com/](http://www.jsviews.com/#).

Expand Down Expand Up @@ -165,7 +165,7 @@ In the view page, specify the template format and add the following code:
{% endhighlight %}

By running the above code, you will get the output like the following:
![](Template_images/template.png)
![ASP.NET Core TreeView template](Template_images/template.png)

**Custom action in nodes**

Expand Down