diff --git a/aspnet-core/FileExplorer/Multiple-Selection.md b/aspnet-core/FileExplorer/Multiple-Selection.md
index 1f7d74ea..a1acea99 100644
--- a/aspnet-core/FileExplorer/Multiple-Selection.md
+++ b/aspnet-core/FileExplorer/Multiple-Selection.md
@@ -8,7 +8,7 @@ keywords: FileExplorer, Syncfusion, Asp.Net Core FileExplorer, UG document, Mul
---
# Multiple Selection in ASP.NET Core FileExplorer
-The file explorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful for copy pasting multiple files, deleting multiple files, and downloading multiple files. In another way, multiple files can be selected by bringing the mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files.
+
The [select](https://help.syncfusion.com/api/js/ejfileexplorer#events:select) event will be triggered when the items of FileExplorer control is selected.
Also [unselect](https://help.syncfusion.com/api/js/ejfileexplorer#events:unselect) event will be triggered when the items of FileExplorer control is unselected.
diff --git a/aspnet-core/FileExplorer/Toolbar.md b/aspnet-core/FileExplorer/Toolbar.md
index 202c19ef..c95f8d13 100644
--- a/aspnet-core/FileExplorer/Toolbar.md
+++ b/aspnet-core/FileExplorer/Toolbar.md
@@ -39,44 +39,44 @@ In file explorer, files have been displayed in 3 types of views “Grid”, “T
NewFolder
|
-It creates a new folder on the current directory.
While click on the NewFolder item, the dialog displays to get the folder name. Based on the user input, FileExplorer creates new folder on the current directory.
+
Also {{'[createFolder](https://help.syncfusion.com/api/js/ejfileexplorer#events:createfolder)'| markdownify}} event will be triggered when new folder is created successfully in the file system.
|
Back
|
-It navigates to the previous directory from the user history. When the backward history is not available, it will be in disabled state.
|
+
Forward
|
-It navigates to the next directory from the user history. When the forward history is not available, it will be in disable state.
|
+
Upward
|
-It navigates to the parent directory of the current folder.
|
+
Address bar
|
-The “address bar” is the textbox that displays the path of the current directory, as a series of its parent directory will be separated by slash (“/”).
And the address bar is an editable area, where you can enter any directory’s path for a quick navigation.
|
+
Refresh
|
-It refreshes the current directory.
|
+
Upload
|
-It uploads a file or list of files into the current directory.
And you can customize the upload configurations, for details check {{'[here](https://help.syncfusion.com/js/fileexplorer/toolbar#customizing-the-upload-functionality)'| markdownify }}.
+
|
@@ -130,12 +130,12 @@ It displays the details of the currently selected file or folder.
Search bar
|
-The Search bar is the textbox that is used to search the files from the current directory. It list the files based on the user search.
The search behavior of the “search bar” can be customized. For more details, check {{'[here](#_Search_bar)'| markdownify }}.
|
+
Sort by
|
-It is used to sort the files from the current directory. The sorting can be done based on the columns available from grid, in both ascending and descending order.
|
+
diff --git a/aspnet-core/GettingStarted/Getting-Started-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-1-0-1.md
index 6150b3bf..4d01585f 100644
--- a/aspnet-core/GettingStarted/Getting-Started-1-0-1.md
+++ b/aspnet-core/GettingStarted/Getting-Started-1-0-1.md
@@ -140,8 +140,8 @@ N> 2. The File format component packages has been modified from Volume 3, 2017 (
The following steps helps to create a ASP.NET Core web application to configure our components.
-* Create a new folder in your local directory.
-* Open the command prompt from your local directory with administrator mode.
+
+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
{% highlight text %}
diff --git a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
index f0894368..92d3814a 100644
--- a/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-1-1-0.md
@@ -140,8 +140,8 @@ N> 2. The File format component packages has been modified from Volume 3, 2017 (
The following steps helps to create a ASP.NET Core web application to configure our components.
-* Create a new folder in your local directory.
-* Open the command prompt from your local directory with administrator mode.
+
+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. If you want to create any other specific type project, need to specify the **-****t** (template) key in command before the project type name. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
{% highlight text %}
diff --git a/aspnet-core/GettingStarted/Getting-Started-2-0.md b/aspnet-core/GettingStarted/Getting-Started-2-0.md
index 8a97c6ce..f4f66f5c 100644
--- a/aspnet-core/GettingStarted/Getting-Started-2-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-2-0.md
@@ -128,8 +128,8 @@ N> Include the below mentioned scripts and CSS references under the appropriate
The following steps helps to create a ASP.NET Core web application to configure our components.
-* Create a new folder in your local directory.
-* Open the command prompt from your local directory with administrator mode.
+
+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
* Run the below command to know about project creation templates.
diff --git a/aspnet-core/GettingStarted/Getting-Started-2-x.md b/aspnet-core/GettingStarted/Getting-Started-2-x.md
index dbc4ec55..a085d14e 100644
--- a/aspnet-core/GettingStarted/Getting-Started-2-x.md
+++ b/aspnet-core/GettingStarted/Getting-Started-2-x.md
@@ -141,8 +141,8 @@ N> jQuery.easing external dependency has been removed from version 14.3.0.49 onw
The following steps helps to create a ASP.NET Core web application to configure our components.
-* Create a new folder in your local directory.
-* Open the command prompt from your local directory with administrator mode.
+
+
* In the command prompt we have an options to develop a below listed types of projects. The default type as console application. To know more about the project options and its syntax declarations refer the [.NET](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new#) link.
* Run the below command to know about project creation templates.
@@ -215,7 +215,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore

-* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.
+
{% highlight text %}
@@ -225,7 +225,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
{% endhighlight %}
-* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.
+
{% highlight cshtml %}
@@ -237,7 +237,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
{% endhighlight %}
-* Open then command window prompt and run the below command to copy the necessary script and CSS files from node_modules directory to wwwroot directory.
+
{% highlight text %}
@@ -456,7 +456,7 @@ Since **Visual Studio Code** uses folder structure for storing files of applic

-* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.
+
{% highlight text %}
@@ -464,7 +464,7 @@ Since **Visual Studio Code** uses folder structure for storing files of applic
{% endhighlight %}
-* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.
+
{% highlight cshtml %}
@@ -476,7 +476,7 @@ Since **Visual Studio Code** uses folder structure for storing files of applic
{% endhighlight %}
-* Open then command window prompt and run the below command to copy the necessary script and CSS files from node_modules directory to wwwroot directory.
+
{% highlight text %}
diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
index 475677c1..17998cd0 100644
--- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
+++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
@@ -119,7 +119,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
The following steps helps to create a ASP.NET Core web application using terminal window.
-* Open a terminal window to create a new directory for your project creation.
+
{% highlight text %}
@@ -128,7 +128,7 @@ mkdir Sample
{% endhighlight %}
-* Then navigate to your folder directory in your terminal window.
+
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the dotnet link.
diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
index 0701ceef..a9c918bd 100644
--- a/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
@@ -134,7 +134,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
The following steps helps to create a ASP.NET Core web application using terminal window.
-* Open a terminal window to create a new directory for your project creation.
+
{% highlight text %}
@@ -143,7 +143,7 @@ mkdir Sample
{% endhighlight %}
-* Then navigate to your folder directory in your terminal window.
+
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the dotnet link.
diff --git a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
index cd3903c4..c5b6f877 100644
--- a/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
@@ -140,7 +140,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
The following steps helps to create a ASP.NET Core web application using terminal window.
-* Open a terminal window to create a new directory for your project creation.
+
{% highlight text %}
@@ -149,7 +149,7 @@ mkdir Sample
{% endhighlight %}
-* Then navigate to your folder directory in your terminal window.
+
* In terminal window, the following steps helps to create a ASP.NET Core web application to configure our components.
@@ -277,7 +277,7 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

- * Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.
+
{% highlight text %}
@@ -285,7 +285,7 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
{% endhighlight %}
-* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.
+
{% highlight cshtml %}
@@ -341,15 +341,15 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

- * This will create **task.json** file in .vscode directory.
+

-* Once again, press **Ctrl+Shift+P** to bring up the command palette. Type "Run Task" and select it, which will bring up a list of tasks configured in Gulp. Choose the Gulp Task **copy** to run gulp task to copy necessary script and CSS files from **node_modules** directory to **wwwroot** directory.
+

-* By the same way,type "Run Task" and select each gulp task mentioned in **gulpfile.js** to copy the scripts and CSS from the required package in **node_modules** directory to **wwwroot** directory.
+

diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md
index 02ffd91b..f58c875f 100644
--- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md
+++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md
@@ -50,7 +50,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
The following steps helps to create a ASP.NET Core web application using terminal window.
-* Open a terminal window, create a new directory for your project creation.
+
{% highlight text %}
@@ -58,7 +58,7 @@ mkdir Sample
{% endhighlight %}
-* Then navigate to your folder directory in your terminal window.
+
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
diff --git a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md
index 9a6ea67f..e634f13a 100644
--- a/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md
+++ b/aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md
@@ -57,7 +57,7 @@ ASP.NET Core Web application can be created in any one of the following ways.
The following steps helps to create a ASP.NET Core web application using terminal window.
-* Open a terminal window, create a new directory for your project creation.
+
{% highlight text %}
@@ -65,7 +65,7 @@ mkdir Sample
{% endhighlight %}
-* Then navigate to your folder directory in your terminal window.
+
* In terminal window, you have an option to develop a below listed types of ASP.NET Core projects. The default project type as console application. If you want to create any other specific type project, then need to specify the **-t** (**template**) key in command before the project type name. To know more about the project options and its syntax declarations refer the [dotnet](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-new) link.
diff --git a/aspnet-core/GettingStarted/Getting-Started-VS2017.md b/aspnet-core/GettingStarted/Getting-Started-VS2017.md
index a13b0edb..5f6833c1 100644
--- a/aspnet-core/GettingStarted/Getting-Started-VS2017.md
+++ b/aspnet-core/GettingStarted/Getting-Started-VS2017.md
@@ -127,7 +127,7 @@ The following steps help you to use the Syncfusion Project Conversion in the exi
**Choose Copy Global Resources:**
- The localization culture files will be shipped into Scripts\ej\i18n directory of the project.
+

diff --git a/aspnet-core/Release-Notes/v20.4.0.38.md b/aspnet-core/Release-Notes/v20.4.0.38.md
index 8160616b..b1452f4c 100644
--- a/aspnet-core/Release-Notes/v20.4.0.38.md
+++ b/aspnet-core/Release-Notes/v20.4.0.38.md
@@ -148,5 +148,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.40.md b/aspnet-core/Release-Notes/v20.4.0.40.md
index 43150ad3..edcd17c7 100644
--- a/aspnet-core/Release-Notes/v20.4.0.40.md
+++ b/aspnet-core/Release-Notes/v20.4.0.40.md
@@ -57,5 +57,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.41.md b/aspnet-core/Release-Notes/v20.4.0.41.md
index 152fcd39..fb098eac 100644
--- a/aspnet-core/Release-Notes/v20.4.0.41.md
+++ b/aspnet-core/Release-Notes/v20.4.0.41.md
@@ -46,5 +46,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.42.md b/aspnet-core/Release-Notes/v20.4.0.42.md
index 53ab0f5e..e3ce60b6 100644
--- a/aspnet-core/Release-Notes/v20.4.0.42.md
+++ b/aspnet-core/Release-Notes/v20.4.0.42.md
@@ -47,5 +47,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.43.md b/aspnet-core/Release-Notes/v20.4.0.43.md
index 950f823c..8536856f 100644
--- a/aspnet-core/Release-Notes/v20.4.0.43.md
+++ b/aspnet-core/Release-Notes/v20.4.0.43.md
@@ -47,5 +47,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.44.md b/aspnet-core/Release-Notes/v20.4.0.44.md
index 4bd257e8..da089bcd 100644
--- a/aspnet-core/Release-Notes/v20.4.0.44.md
+++ b/aspnet-core/Release-Notes/v20.4.0.44.md
@@ -46,5 +46,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file
diff --git a/aspnet-core/Release-Notes/v20.4.0.49.md b/aspnet-core/Release-Notes/v20.4.0.49.md
index 729abf3d..b8f88755 100644
--- a/aspnet-core/Release-Notes/v20.4.0.49.md
+++ b/aspnet-core/Release-Notes/v20.4.0.49.md
@@ -42,5 +42,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
-Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified
+Note : The bug or feature items that do not have a corresponding ID associated with them are internally identified.
\ No newline at end of file