From 3c3145329d5f37ee4666fd7a267ea12da5e6ea8b Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 27 Jul 2022 17:52:39 +0530 Subject: [PATCH] SEO-2423_Site_Audit_Issues --- aspnet-core/Combobox/data-binding.md | 10 +++++----- aspnet-core/Combobox/localization.md | 6 +++--- aspnet-core/DataManager/Data-Binding.md | 16 ++++++++-------- aspnet-core/TreeView/Template-Option.md | 6 +++--- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/aspnet-core/Combobox/data-binding.md b/aspnet-core/Combobox/data-binding.md index 47247063..e88f46e0 100644 --- a/aspnet-core/Combobox/data-binding.md +++ b/aspnet-core/Combobox/data-binding.md @@ -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 @@ -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 @@ -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 @@ -133,4 +133,4 @@ public ActionResult Databindingremote() Output for remote-data combobox control is as follows: -![](Combobox_databinding_images/remote_data.png) \ No newline at end of file +![ASP.NET Core ComboBox remote data](Combobox_databinding_images/remote_data.png) \ No newline at end of file diff --git a/aspnet-core/Combobox/localization.md b/aspnet-core/Combobox/localization.md index 1e234fbd..7de19823 100644 --- a/aspnet-core/Combobox/localization.md +++ b/aspnet-core/Combobox/localization.md @@ -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. @@ -54,4 +54,4 @@ public ActionResult Databindingremote() {% endhighlight %} -![](Combobox_localization_images/localization.png) \ No newline at end of file +![ASP.NET Core ComboBox localization](Combobox_localization_images/localization.png) \ No newline at end of file diff --git a/aspnet-core/DataManager/Data-Binding.md b/aspnet-core/DataManager/Data-Binding.md index ff17614b..7e997083 100644 --- a/aspnet-core/DataManager/Data-Binding.md +++ b/aspnet-core/DataManager/Data-Binding.md @@ -1,7 +1,7 @@ --- 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 @@ -9,7 +9,7 @@ keywords: JSON Adaptor, URL Adaptor, OData Adaptor, Odata4 Adaptor, WebApi Adapt --- -# Data Binding +# Data Binding in ASP.NET Core DataManager ## JSON @@ -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 @@ -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 @@ -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_ @@ -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_ @@ -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) diff --git a/aspnet-core/TreeView/Template-Option.md b/aspnet-core/TreeView/Template-Option.md index d06d3487..b978c8d9 100644 --- a/aspnet-core/TreeView/Template-Option.md +++ b/aspnet-core/TreeView/Template-Option.md @@ -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/#). @@ -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**