From d9efe7aedb09c583fa875a56604432d5001ccbc4 Mon Sep 17 00:00:00 2001
From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com>
Date: Mon, 19 Sep 2022 19:33:38 +0300
Subject: [PATCH 1/3] Missing H1 added
---
aspnet-core/DropDownList/LoadOnDemand.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/aspnet-core/DropDownList/LoadOnDemand.md b/aspnet-core/DropDownList/LoadOnDemand.md
index 736f0834..f1be1b7f 100644
--- a/aspnet-core/DropDownList/LoadOnDemand.md
+++ b/aspnet-core/DropDownList/LoadOnDemand.md
@@ -1,15 +1,15 @@
---
layout: post
-title: Load on demand in DropDownList control for Syncfusion ASP.NET Core
-description: Describes about Load on demand in DropDownList control for Syncfusion ASP.NET Core
+title: Load on demand | DropDownList | ASP.NET Core | Syncfusion
+description: Learn here all about Load on Demand support in Syncfusion Essential ASP.NET Core DropDownlist control, its elements, and more.
platform: aspnet-core
control: DropDownList, loadOnDemand
documentation: ug
---
-## Load On Demand
+# Load On Demand in ASP.NET Core DropDownlist
Load on demand feature allows the DropDownList items load on request from the service/database, during only on click the DropDown icon or DropDownList. This functionality helps to improve performance on control initial rendering time. Because data items load on request.
@@ -32,4 +32,4 @@ The loadOnDemand property is used to enable or disable the load on demand functi
{% endhighlight %}
-
\ No newline at end of file
+
\ No newline at end of file
From fa49b9aacdf83a7bde4ed26a62a37dd8db232d28 Mon Sep 17 00:00:00 2001
From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com>
Date: Tue, 20 Sep 2022 16:53:19 +0300
Subject: [PATCH 2/3] image renamed
---
aspnet-core/DropDownList/Functionalities.md | 20 +++----
.../GettingStarted/Getting-Started-1-1-0.md | 56 +++++++++----------
2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/aspnet-core/DropDownList/Functionalities.md b/aspnet-core/DropDownList/Functionalities.md
index 015a7139..2ff9db6f 100644
--- a/aspnet-core/DropDownList/Functionalities.md
+++ b/aspnet-core/DropDownList/Functionalities.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
-description: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
+title: Functionalities in ASP.NET Core DropDownList Control | Syncfusion
+description: Learn here all about Functionalities support in Syncfusion Essential ASP.NET Core DropDownList control, its elements, and more.
platform: aspnet-core
control: DropDownList
documentation: ug
keywords: DropDownList, dropdown, Selection, Grouping, Sorting
---
-# Functionalities
+# Functionalities in ASP.NET Core DropDownList
## Selection
@@ -197,7 +197,7 @@ To select an item initially you can pass the item’s value via Value property o
{% endtabs %}
-
+
### Using indices
@@ -234,7 +234,7 @@ You can select a single or more than one item by passing index values to the pro
{% endtabs %}
-
+
I> To use "SelectedIndices" property, you should enable either ShowCheckbox or MultiSelectMode property First.
@@ -376,7 +376,7 @@ The below given example explains the behavior of grouping with List data binding
{% endtabs %}
-
+
N> Grouping has restrictions in the following scenarios,
@@ -412,7 +412,7 @@ N> Grouping has restrictions in the following scenarios,
{% endhighlight %}
-
+
I> Virtual scrolling is not supported with Grouping.
@@ -519,9 +519,9 @@ Configuring the data items for cascading to the series of DropDownList is demons
{% endtabs %}
-
+
-
+
### Binding the data source to the cascading DropDownList using cascade event
@@ -596,7 +596,7 @@ Bind the data source to the cascading DropDownList dynamically using ClientSideE
{% endtabs %}
-
+
### Multi-Level Cascading
diff --git a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
index 6a32bb79..b3c61ca3 100644
--- a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
@@ -1,14 +1,14 @@
---
layout: post
title: Getting Started | ASP.NET Core | Syncfusion
-description: Getting Started.
+description: Learn here all about Getting started with Syncfusion Essential ASP.NET Core control, its elements, and more.
platform: aspnet-core
control: Common
documentation: ug
---
-# Getting Started
+# Getting Started with Essential ASP.NET Core
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
@@ -28,11 +28,11 @@ The following steps helps to create a ASP.NET Core web application to configure
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
- 
+ 
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -41,15 +41,15 @@ The following steps helps to create a ASP.NET Core web application to configure
* In the Solution Explorer window, click the **"Show All Files"** button.
- 
+ 
* Open **bower.json** file to include the following necessary packages.
- 
+ 
* After Bower packages installation the scripts and CSS files are loaded into the **wwwroot -> lib** folder as shown below
- 
+ 
* Now open **_viewImports.cshtml** file from the views folder and add the following namespace for components references and Tag Helper support.
@@ -114,7 +114,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally compile your project, after successful compilation then press F5 key to deploy your project.
- 
+ 
### Configure Syncfusion File Format Components in ASP.NET Core Application:
@@ -122,11 +122,11 @@ The following steps helps to create a ASP.NET Core web application to configure
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
- 
+ 
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
- 
+ 
N> 1. You can refer [Installation](https://help.syncfusion.com/aspnet-core/configuration-and-installation) procedure to configure Syncfusion NuGet packages.
N> 2. The File format component packages has been modified from Volume 3, 2017 (15.3.0.26) release. You can refer [migration document](https://help.syncfusion.com/aspnet-core/release-notes/migratingtov15.3.0.26) for more details.
@@ -164,36 +164,36 @@ dotnet new -t web
{% endhighlight %}
- 
+ 
### Configure Syncfusion Components in ASP.NET Core Application
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
- 
+ 
* Open your **bower.json** json file and specify our Syncfusion package will loads our scripts and CSS. Refer this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) to configure the bower execution environment in your local machine. Then install a bower extension in your Visual Studio code to complete a configuration.
- 
+ 
* In **bower.json** file specify our Syncfusion packages with our latest version.
- 
+ 
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
- 
+ 
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
* Now open your **project.json** file to specify our assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -216,7 +216,7 @@ dotnet restore
{% endhighlight %}
- 
+ 
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -274,7 +274,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally press F5 key to deploy your project.
- 
+ 
## ASP.NET Core 1.1.0 Application Using Yeoman with Visual Studio Code:
@@ -313,46 +313,46 @@ npm install -g yo
{% endhighlight %}
- 
+ 
* From the list of available projects, select the **Web Application Basic [ without Membership and Authorization ]** by using arrow keys.
- 
+ 
* And then provide the project name or simply press the enter key to create the project with default name.
- 
+ 
### Configure Syncfusion Components in ASP.NET Core Application
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
- 
+ 
* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages). Then install a Bower extension in your Visual Studio code to complete a configuration.
- 
+ 
* In **bower.json** file specify our Syncfusion packages with our latest version will loads our scripts and CSS.
- 
+ 
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
- 
+ 
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
* Now open your **project.json** file to specify our assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -376,7 +376,7 @@ dotnet restore
{% endhighlight %}
- 
+ 
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -434,4 +434,4 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally press F5 key to deploy your project.
- 
+ 
From 0361be9805c70995309f1f73254c89a43ba06092 Mon Sep 17 00:00:00 2001
From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com>
Date: Tue, 20 Sep 2022 16:53:35 +0300
Subject: [PATCH 3/3] Revert "image renamed"
This reverts commit fa49b9aacdf83a7bde4ed26a62a37dd8db232d28.
---
aspnet-core/DropDownList/Functionalities.md | 20 +++----
.../GettingStarted/Getting-Started-1-1-0.md | 56 +++++++++----------
2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/aspnet-core/DropDownList/Functionalities.md b/aspnet-core/DropDownList/Functionalities.md
index 2ff9db6f..015a7139 100644
--- a/aspnet-core/DropDownList/Functionalities.md
+++ b/aspnet-core/DropDownList/Functionalities.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Functionalities in ASP.NET Core DropDownList Control | Syncfusion
-description: Learn here all about Functionalities support in Syncfusion Essential ASP.NET Core DropDownList control, its elements, and more.
+title: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
+description: Functionalities in the DropDownList control for Syncfusion ASP.NET Core
platform: aspnet-core
control: DropDownList
documentation: ug
keywords: DropDownList, dropdown, Selection, Grouping, Sorting
---
-# Functionalities in ASP.NET Core DropDownList
+# Functionalities
## Selection
@@ -197,7 +197,7 @@ To select an item initially you can pass the item’s value via Value property o
{% endtabs %}
-
+
### Using indices
@@ -234,7 +234,7 @@ You can select a single or more than one item by passing index values to the pro
{% endtabs %}
-
+
I> To use "SelectedIndices" property, you should enable either ShowCheckbox or MultiSelectMode property First.
@@ -376,7 +376,7 @@ The below given example explains the behavior of grouping with List data binding
{% endtabs %}
-
+
N> Grouping has restrictions in the following scenarios,
@@ -412,7 +412,7 @@ N> Grouping has restrictions in the following scenarios,
{% endhighlight %}
-
+
I> Virtual scrolling is not supported with Grouping.
@@ -519,9 +519,9 @@ Configuring the data items for cascading to the series of DropDownList is demons
{% endtabs %}
-
+
-
+
### Binding the data source to the cascading DropDownList using cascade event
@@ -596,7 +596,7 @@ Bind the data source to the cascading DropDownList dynamically using ClientSideE
{% endtabs %}
-
+
### Multi-Level Cascading
diff --git a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
index b3c61ca3..6a32bb79 100644
--- a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
@@ -1,14 +1,14 @@
---
layout: post
title: Getting Started | ASP.NET Core | Syncfusion
-description: Learn here all about Getting started with Syncfusion Essential ASP.NET Core control, its elements, and more.
+description: Getting Started.
platform: aspnet-core
control: Common
documentation: ug
---
-# Getting Started with Essential ASP.NET Core
+# Getting Started
> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key#aspnet-core) to know about registering Syncfusion license key in your ASP.NET Core application to use our components.
@@ -28,11 +28,11 @@ The following steps helps to create a ASP.NET Core web application to configure
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
- 
+ 
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -41,15 +41,15 @@ The following steps helps to create a ASP.NET Core web application to configure
* In the Solution Explorer window, click the **"Show All Files"** button.
- 
+ 
* Open **bower.json** file to include the following necessary packages.
- 
+ 
* After Bower packages installation the scripts and CSS files are loaded into the **wwwroot -> lib** folder as shown below
- 
+ 
* Now open **_viewImports.cshtml** file from the views folder and add the following namespace for components references and Tag Helper support.
@@ -114,7 +114,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally compile your project, after successful compilation then press F5 key to deploy your project.
- 
+ 
### Configure Syncfusion File Format Components in ASP.NET Core Application:
@@ -122,11 +122,11 @@ The following steps helps to create a ASP.NET Core web application to configure
* Open Visual Studio 2015 to create **ASP.NET Core web application**.
- 
+ 
* After project creation, open your **project.json** file to add our Syncfusion assembly packages.
- 
+ 
N> 1. You can refer [Installation](https://help.syncfusion.com/aspnet-core/configuration-and-installation) procedure to configure Syncfusion NuGet packages.
N> 2. The File format component packages has been modified from Volume 3, 2017 (15.3.0.26) release. You can refer [migration document](https://help.syncfusion.com/aspnet-core/release-notes/migratingtov15.3.0.26) for more details.
@@ -164,36 +164,36 @@ dotnet new -t web
{% endhighlight %}
- 
+ 
### Configure Syncfusion Components in ASP.NET Core Application
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
- 
+ 
* Open your **bower.json** json file and specify our Syncfusion package will loads our scripts and CSS. Refer this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages) to configure the bower execution environment in your local machine. Then install a bower extension in your Visual Studio code to complete a configuration.
- 
+ 
* In **bower.json** file specify our Syncfusion packages with our latest version.
- 
+ 
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
- 
+ 
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
* Now open your **project.json** file to specify our assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -216,7 +216,7 @@ dotnet restore
{% endhighlight %}
- 
+ 
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -274,7 +274,7 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally press F5 key to deploy your project.
- 
+ 
## ASP.NET Core 1.1.0 Application Using Yeoman with Visual Studio Code:
@@ -313,46 +313,46 @@ npm install -g yo
{% endhighlight %}
- 
+ 
* From the list of available projects, select the **Web Application Basic [ without Membership and Authorization ]** by using arrow keys.
- 
+ 
* And then provide the project name or simply press the enter key to create the project with default name.
- 
+ 
### Configure Syncfusion Components in ASP.NET Core Application
* Open Visual Studio Code and open your ASP.NET folder using **Open -> Folder** menu. Now your project folder is loaded in Visual Studio Code application.
- 
+ 
* Now configure a Bower execution environment in your local machine based on this [link](https://help.syncfusion.com/js/installation-and-deployment#configuring-syncfusion-bower-packages). Then install a Bower extension in your Visual Studio code to complete a configuration.
- 
+ 
* In **bower.json** file specify our Syncfusion packages with our latest version will loads our scripts and CSS.
- 
+ 
* Open quick window (Ctrl + p) to run the `bower install` command to install our scripts and CSS to your application **wwwroot -> lib** folder.
- 
+ 
> Recommended to install the “**Bower package watcher**” extension will helps to load the packages whenever save the **bower.json** file.
* Now open your **project.json** file to specify our assembly packages.
- 
+ 
> The ASP.NET Core NuGet packages versioning has been streamlined as 16.1.0.32 in shorter than older versioning (16.1600.0.32) from Volume 1, 2018 service pack 1 release (16.1.0.32). Since all the framework version wise assemblies are grouped into a single package.
@@ -376,7 +376,7 @@ dotnet restore
{% endhighlight %}
- 
+ 
* Now refer the necessary scripts and CSS files in your **_layout.cshtml** page.
@@ -434,4 +434,4 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
* Finally press F5 key to deploy your project.
- 
+ 