Skip to content

Commit 44391cc

Browse files
Merge pull request #193 from Syncfusion-Content/hotfix/hotfix-v20.2.0.36
DOCINFRA-2341_merged_using_automation
2 parents 6949b6a + a45c8cc commit 44391cc

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

aspnet-core/Combobox/data-binding.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Data Binding in ComboBox control for Syncfusion ASP.NET CORE
4-
description: DataBinding support to ComboBox control for Syncfusion ASP.NET CORE
4+
description: Learn here about Data Binding support in Syncfusion Essential ASP.NET Core ComboBox Control, its elements, and more.
55
platform: CORE
66
control: ComboBox
77
documentation: ug
88
keywords: remote data, ComboBox, json data, local data
99
---
1010

11-
# Data Binding
11+
# Data Binding in ASP.NET Core ComboBox
1212

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

5555
Output for array-data combobox control is as follows.
5656

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

5959
### 2. Array of JSON data
6060

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

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

102102
## Binding remote data
103103

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

135135

136-
![](Combobox_databinding_images/remote_data.png)
136+
![ASP.NET Core ComboBox remote data](Combobox_databinding_images/remote_data.png)

aspnet-core/Combobox/localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Localization in ComboBox control for Syncfusion ASP.NET CORE
4-
description: Localization support to ComboBox control for Syncfusion ASP.NET CORE
4+
description: Learn here about Localization support in Syncfusion Essential ASP.NET Core ComboBox Control, its elements, and more.
55
platform: core
66
control: ComboBox
77
documentation: ug
88
keywords: locale, ComboBox
99
---
1010

11-
# Localization
11+
# Localization in ASP.NET Core ComboBox
1212

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

@@ -54,4 +54,4 @@ public ActionResult Databindingremote()
5454

5555
{% endhighlight %}
5656

57-
![](Combobox_localization_images/localization.png)
57+
![ASP.NET Core ComboBox localization](Combobox_localization_images/localization.png)

aspnet-core/DataManager/Data-Binding.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: Data-Binding | DataManager | ASP.NET Core | Syncfusion
4-
description: data binding
4+
description: Learn here about data binding support in Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
55
platform: aspnet-core
66
control: DataManager
77
documentation: ug
88
keywords: JSON Adaptor, URL Adaptor, OData Adaptor, Odata4 Adaptor, WebApi Adaptor
99

1010
---
1111

12-
# Data Binding
12+
# Data Binding in ASP.NET Core DataManager
1313

1414
## JSON
1515

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

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

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

113113
## REST Services
114114

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

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

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

170170
## OData V4
171171

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

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

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

227227
_OData v4 request and response_
228228

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

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

233233
_OData v4 binding_
234234

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

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

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

344344
_Web API data binding_
345345

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

409409
{%endhighlight%}
410410

411-
![](CORE_Sorting_images/complexdata.png)
411+
![ASP.NET Core DataManager complex data](CORE_Sorting_images/complexdata.png)

aspnet-core/TreeView/Template-Option.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Template Option | TreeView | ASP.NET Core | Syncfusion
3-
description: rendering TreeView using Template Option
3+
description: Learn here about Template Option in Syncfusion Essential ASP.NET Core TreeView Control, its elements, and more.
44
platform: aspnet-core
55
control: TreeView
66
documentation: UG
77
---
88

9-
# Template Option
9+
# Template Option in ASP.NET Core TreeView
1010

1111
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/#).
1212

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

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

170170
**Custom action in nodes**
171171

0 commit comments

Comments
 (0)