Skip to content

Commit 043f764

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent d5ecaf5 commit 043f764

28 files changed

+577
-285
lines changed

docs-aspnet/_config-mvc.yml

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

docs-aspnet/_config.yml

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Converting Projects
3+
page_title: Converting Projects
4+
description: "Learn how to convert an existing ASP.NET Core application to a Telerik UI for ASP.NET Core application."
5+
slug: convertprojectwizard_aspnetmvc6
6+
position: 5
7+
permalink: /getting-started/convert-project-wizard
8+
---
9+
10+
# Converting Projects
11+
12+
Enhance existing ASP.NET Core applications with Telerik UI Components such as [Grid, Chart, DropDownList, etc.](https://demos.telerik.com/aspnet-core) with just a few mouse clicks. The Convert Wizard does the necessary NuGet packages and resources setup for you and once completed you can directly reference specific release version of Telerik UI for ASP.NET Core components to your app.
13+
14+
## Get the Wizard
15+
16+
To use the **Convert Project Wizard**, install the Telerik UI for ASP.NET Core Visual Studio Extensions. You can get them from the:
17+
18+
- [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikASPNETCoreVSExtensions) (for Windows)
19+
- **Telerik UI for ASP.NET Core automated installer** - from the `Downloads` tab of your [Telerik.com account](https://www.telerik.com/account/product-download?product=UIASPCORE) choose the [.msi (for Windows)]({% slug msi_install_aspnetmvc6_aspnetmvc %}) or .pkg (for Mac) installer.
20+
- **Visual Studio Extensions** archived files - from the `Downloads` tab of your [Telerik.com account](https://www.telerik.com/account/product-download?product=UIASPCORE) download Visual Studio Extensions `.zip` or `7z`.
21+
22+
## Start the Wizard
23+
24+
- You can start the **Convert Project Wizard** from the Extensions menu at the top. In Visual Studio 2019 click **Extensions** > **Telerik** > **Telerik UI for ASP.NET Core** > **Convert to Telerik Application**.
25+
26+
![Convert Wizard in VS from Extensions](../getting-started-core/images/select-wizard.png)
27+
28+
- Alternatively you could use the context menu in the **Solution Explorer**
29+
30+
1. In the **Solution Explorer**, select the ASP.NET Core app you want to convert to Telerik Application.
31+
1. Right click the project file and select **Telerik UI for ASP.NET Core** > **Convert to Telerik Application**.
32+
1. Follow the wizard.
33+
34+
![Convert Wizard in VS from context menu](../getting-started-core/images/start-wizard-context.png)
35+
36+
The conversion wizard provides the following steps:
37+
- [Version selection](#distribution-selection)
38+
- [Theme selection](#theme-selection)
39+
- [Project settings](#project-settings)
40+
41+
## Version Selection
42+
43+
The distribution selection allows you to choose the version of the Telerik UI for ASP.NET Core you want to use.
44+
45+
![Version selection](../getting-started-core/images/convert-wizard-version.png)
46+
47+
## Theme Selection
48+
49+
The theme selection allows you to choose from large list of professionally styled built-in themes for your Telerik UI for ASP.NET Core application.
50+
51+
![Theme selection](../getting-started-core/images/theme-selection.png)
52+
53+
## Project Settings
54+
55+
The **Project Settings** page enables you to modify the project settings by configuring the following options:
56+
57+
- **Render Right-To-Left**—Updates the master page with the Right-to-left support class and adds CSS reference for RTL styles.
58+
- **Copy Editor Templates**—Copies the predefined editor templates to `~/Views/Shared/EditorTemplates`. Existing editor templates will be overwritten.
59+
- **Copy Global Resources**—Copies the localization files to `~/Scripts/kendo/{version}/cultures`.
60+
- **Use CDN Support**—Enables or disables the [Kendo UI CDN support](https://docs.telerik.com/kendo-ui/intro/installation/cdn-service).
61+
62+
![Theme selection](../getting-started-core/images/project-settings.png)
63+
64+
The wizard automates several steps for you, that you can also perform manually. To get a better understanding of what the wizard does for you, see either of the following links:
65+
66+
- [Adding the NuGet Package]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#adding-the-nuget-package)
67+
- [Set JSON Serialization for ASP.NET Core 2 or 3]({% slug jsonserialization_core %})
68+
- [Add reference to Kendo.MVC.UI]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#adding-reference-to-kendomvcui)
69+
- [Including the client-side resources]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#including-the-telerik-ui-for-aspnet-core-client-side-resources)
70+
71+
## See Also
72+
73+
* [Installing UI for ASP.NET Core with Bower]({% slug bowerpackage_core %})
74+
* [Installing UI for ASP.NET Core by Using the CDN Services]({% slug cdnservices_core %})
75+
* [Installing UI for ASP.NET Core with NPM]({% slug npmpackages_core %})
76+
* [Installing UI for ASP.NET Core with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %})
20.8 KB
Loading
19.1 KB
Loading
53.3 KB
Loading
52.4 KB
Loading
105 KB
Loading

docs/api/javascript/ui/filemanager.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,5 +1338,70 @@ The drop target's id.
13381338

13391339
The items dragged and dropped over the target.
13401340

1341+
### command
1342+
1343+
Fired when server command is executed (copy, move, delete or rename).
1344+
1345+
The event is useful to get feedback when server commands has failed or succeeded and take additional actions based on the status.
1346+
1347+
#### Event Data
1348+
1349+
##### e.sender `kendo.ui.FileManager`
1350+
1351+
The widget instance which fired the event.
1352+
1353+
##### e.status `String`
1354+
1355+
The status of the command executed (success, fail or cancel).
1356+
1357+
##### e.action `String`
1358+
1359+
The action performed by the command (add, remove or itemchange).
1360+
1361+
##### e.data `Object`
1362+
1363+
Retrieves contextual data that holds information about the item(s) involved in the command's action.
1364+
1365+
##### e.response `Object`
1366+
1367+
The returned response by the service.
1368+
1369+
#### Example
1370+
1371+
<div id="fileManager"></div>
1372+
<script>
1373+
var baseUrl = "https://demos.telerik.com/kendo-ui/service/filemanager/";
1374+
1375+
$("#fileManager").kendoFileManager({
1376+
dataSource: {
1377+
transport: {
1378+
read: {
1379+
type: "post",
1380+
url: baseUrl + "Read"
1381+
},
1382+
update: {
1383+
type: "post",
1384+
url: baseUrl + "Update"
1385+
},
1386+
create: {
1387+
type: "post",
1388+
url: baseUrl + "Create"
1389+
},
1390+
destroy: {
1391+
type: "post",
1392+
url: baseUrl + "Destroy"
1393+
}
1394+
}
1395+
},
1396+
command: function (ev) {
1397+
console.log("Command " + ev.action + " - item:" + ev.data.item.path + "; status: " + ev.status);
1398+
1399+
if (ev.status === "fail") { // Refresh the FileManager if a command has failed.
1400+
ev.sender.refresh()
1401+
}
1402+
}
1403+
});
1404+
</script>
1405+
13411406

13421407

docs/api/javascript/ui/grid.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8844,7 +8844,9 @@ A string, DOM element or jQuery object which represents the table cell. A string
88448844

88458845
### clearSelection
88468846

8847-
Clears the currently selected table rows or cells (depending on the current selection [mode](/api/javascript/ui/grid/configuration/selectable)).
8847+
Clears the currently selected table rows or cells (depending on the current selection [mode](/api/javascript/ui/grid/configuration/selectable)).
8848+
8849+
> By default clearSelection will clear the selected rows on the current page only when [persistSelection](/api/javascript/ui/grid/configuration/persistselection) is enabled. In order to clear all selected rows follow the approach in [this Knowledge Base article](https://docs.telerik.com/kendo-ui/knowledge-base/clear-selection-all-pages-grid).
88488850
88498851
#### Example - clear selection
88508852

0 commit comments

Comments
 (0)