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
2 changes: 1 addition & 1 deletion aspnet-core/FileExplorer/Multiple-Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
18 changes: 9 additions & 9 deletions aspnet-core/FileExplorer/Toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,44 +39,44 @@ In file explorer, files have been displayed in 3 types of views “Grid”, “T
<td>
NewFolder <br/><br/></td>
<td>
It creates a new folder on the current directory.<br/><br/>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.<br/><br/><br/><br/></td></tr>
</tr>
<tr>
<td>
Back <br/><br/></td>
<td>
It navigates to the previous directory from the user history. When the backward history is not available, it will be in disabled state.<br/><br/><br/><br/></td>

</tr>
<tr>
<td>
Forward <br/><br/></td>
<td>
It navigates to the next directory from the user history. When the forward history is not available, it will be in disable state.<br/><br/><br/><br/></td>

</tr>
<tr>
<td>
Upward <br/><br/></td>
<td>
It navigates to the parent directory of the current folder.<br/><br/><br/><br/></td>

</tr>
<tr>
<td>
Address bar<br/><br/></td>
<td>
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 (“/”).<br/><br/>And the address bar is an editable area, where you can enter any directory’s path for a quick navigation.<br/><br/><br/><br/></td>

</tr>
<tr>
<td>
Refresh <br/><br/></td>
<td>
It refreshes the current directory.<br/><br/><br/><br/></td>

</tr>
<tr>
<td>
Upload <br/><br/></td>
<td>
It uploads a file or list of files into the current directory.<br/><br/>And you can customize the upload configurations, for details check {{'[here](https://help.syncfusion.com/js/fileexplorer/toolbar#customizing-the-upload-functionality)'| markdownify }}.

<br/><br/><br/><br/></td></tr>
</tr>
<tr>
Expand Down Expand Up @@ -130,12 +130,12 @@ It displays the details of the currently selected file or folder.<br/><br/><br/>
<td>
Search bar<br/><br/></td>
<td>
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.<br/><br/>The search behavior of the “search bar” can be customized. For more details, check <br/>{{'[here](#_Search_bar)'| markdownify }}.<br/><br/></td>

</tr>
<tr>
<td>
Sort by <br/><br/></td><td>
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.<br/><br/><br/><br/></td>

</tr>
</table>

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-1-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-1-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 8 additions & 8 deletions aspnet-core/GettingStarted/Getting-Started-2-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -215,7 +215,7 @@ N> **bower.json** file has been deprecated from the latest version of DotNetCore
![package](getting-started_images/getting-started_img20.png)


* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.


{% highlight text %}

Expand All @@ -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 %}

Expand All @@ -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 %}

Expand Down Expand Up @@ -456,15 +456,15 @@ Since **Visual Studio Code** uses folder structure for storing files of applic
![package](getting-started_images/getting-started_img20.png)


* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.


{% highlight text %}

npm install

{% endhighlight %}

* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.


{% highlight cshtml %}

Expand All @@ -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 %}

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-Linux-1-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-Linux-1-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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.


Expand Down
14 changes: 7 additions & 7 deletions aspnet-core/GettingStarted/Getting-Started-Linux-2-0-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand All @@ -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.

Expand Down Expand Up @@ -277,15 +277,15 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

![Remove Content in ASP.NET Core Application](getting-started-images-linux/getting_started_2_7.png)

* Now, run the following commands to download syncfusion scripts and CSS in the node_modules directory.


{% highlight text %}

npm install

{% endhighlight %}

* Add the **gulpfile.js** in the root directory and kindly include the below mentioned gulp task in the **gulpfile.js**.


{% highlight cshtml %}

Expand Down Expand Up @@ -341,15 +341,15 @@ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -

![Configure Visual Studio Code in ASP.NET Core Application](getting-started-images-linux/getting_started_2_9.png)

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


![Create Task json in ASP.NET Core Application](getting-started-images-linux/getting_started_2_10.png)

* 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.


![ Commad Palette in ASP.NET Core Application](getting-started-images-linux/getting_started_2_11.png)

* 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.


![Run Task in ASP.NET Core Application](getting-started-images-linux/getting_started_2_15.png)

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-Mac-1-0-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ 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 %}

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.

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/GettingStarted/Getting-Started-Mac-1-1-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ 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 %}

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.

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/GettingStarted/Getting-Started-VS2017.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


![Choose Copy Global Resources to ship the localization culture files for ASP.NET Core project](getting-started_images/Project-Conversion_img14.jpeg)

Expand Down
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.38.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.40.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.41.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.42.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.43.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.44.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>
2 changes: 1 addition & 1 deletion aspnet-core/Release-Notes/v20.4.0.49.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ margin-top: 1.5em; margin-bottom: 1.5em;
}
</style>
<div id="note">
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.
</div>