You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/deployment/troubleshooting.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ This page provides information for common issues you may encounter while deployi
14
14
>important The machine that performs the publish build must be able to properly restore the referenced Telerik NuGet packages. For guidelines on how to use our online feed, refer to [Setting Up the Telerik NuGet Feed]({%slug nuget_install_aspnetmvc6_aspnetmvc%}#setting-up-the-telerik-nuget-feed). See the [CI, CD, Build Server]({%slug deployment_ci_cd_build%}) article for more details on setting automation up.
15
15
16
16
17
-
### Trial Message
17
+
### Your Deployed Application Shows a Banner and a Watermark
18
18
19
-
`Trial Message` - Such behavior will occur if there is a reference to the {{ site.product_short }} Trial version left in the application. Make sure that the trial version is removed from the release build pipeline. Follow the steps described in the [Switching to a Developer License]({%slug upgrade_aspnetcore%}#switching-to-a-developer-license) article.
19
+
Ensure that you have set up an environment variable by following the steps from the [Use License Keys in CI/CD]({%slug deployment_license_key_aspnetcore%}) article.
Copy file name to clipboardExpand all lines: docs-aspnet/getting-started-core/first-steps-vs-extensions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Once you install the Telerik UI Extensions, you can open Visual Studio and start
98
98
1. From the **Select Version** list, select the latest Telerik UI version, and then select **Next**.
99
99
100
100
* If you use the Telerik UI extensions for the first time, you will see a login window. Enter the credentials for your [Telerik account](https://www.telerik.com/account) to download the controls.
101
-
* If you haven't purchased a license, download the trial version of the Telerik UI controls.
101
+
* If you haven't purchased a license, you can download the Telerik UI controls with a trial license.
102
102
103
103
104
104
1. From the available options Select **Grid and Menu**, and then select **Next**.
*[Visual Studio 2017 or later](https://visualstudio.microsoft.com/downloads)
44
+
*[Visual Studio 2022 or later](https://visualstudio.microsoft.com/downloads)
45
45
* Windows 10 or higher
46
46
*[Telerik account](https://www.telerik.com/account)—if you don't have an account yet, you can [create one for free](https://www.telerik.com/account).
47
47
48
-
> For .NET Core 3.1 version or later, Visual Studio 2019 is required.
49
-
50
48
## Creating the Application
51
49
52
50
1. Open Visual Studio 2022 for Windows and select **Create a new project**.
@@ -67,26 +65,11 @@ Telerik maintains a NuGet Feed with official UI for ASP.NET Core releases and se
67
65
68
66
The next step is to add the Telerik NuGet Feed to Visual Studio:
69
67
70
-
* If you use a free trial license, go to [Add the Telerik NuGet Feed for Trial License Users](#adding-the-telerik-nuget-feed-for-trial-license-users).
71
-
* If you purchased a commercial license, go to [Add the Telerik NuGet Feed for Users with Commercial License](#adding-the-telerik-nuget-feed-for-users-with-commercial-license).
72
-
73
68
>tip If you have already configured the Telerik NuGet feed in Visual Studio, jump to [Add the NuGet Package](#adding-the-nuget-package).
74
69
75
-
### Adding the Telerik NuGet Feed for Trial License Users
76
-
77
-
The easiest way to add the Telerik NuGet feed to Visual Studio if you are a trial user is to install the UI for ASP.NET Core free trial:
78
-
79
-
1. Download the [UI for ASP.NET Core free trial](https://www.telerik.com/aspnet-core-ui) installer. You need to create a free account if don't have one.
80
-
81
-
1. Run the installer.
70
+
### Adding the Telerik NuGet Feed
82
71
83
-

84
-
85
-
>To activate your UI for ASP.NET Core trial license, you must complete the installation procedure. Otherwise, the `Telerik.UI.for.AspNet.Core` NuGet packages will not appear in the NuGet Package Manager.
86
-
87
-
### Adding the Telerik NuGet Feed for Users with Commercial License
88
-
89
-
The easiest way to add the Telerik NuGet feed to Visual Studio if you have purchased a commercial license is to use the Progress Control Panel:
72
+
The easiest way to add the Telerik NuGet feed to Visual Studio is to use the Progress Control Panel:
90
73
91
74
1. Download the Progress Control Panel from the **Overview** page of your [Telerik account](https://www.telerik.com/account/).
92
75
@@ -102,8 +85,6 @@ The easiest way to add the Telerik NuGet feed to Visual Studio if you have purch
102
85
103
86

104
87
105
-
>You need a commercial license that includes UI for ASP.NET Core. Otherwise, the `Telerik.UI.for.AspNet.Core` NuGet packages will not appear in the NuGet Package Manager. If you don't have the required license, follow the instructions in the [trial license section](#adding-the-telerik-nuget-feed-for-trial-license-users).
Copy file name to clipboardExpand all lines: docs-aspnet/getting-started-mvc/first-steps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Follow these steps to download and install Telerik UI for ASP.NET MVC:
42
42
43
43
1. Download the installation file:
44
44
45
-
* To get the free trial version, follow [this link](https://www.telerik.com/try/ui-for-asp.net-mvc) to download UI for ASP.NET MVC. The installer will activate your trial when you complete the installation.
45
+
* To get the free trial, follow [this link](https://www.telerik.com/try/ui-for-asp.net-mvc) to download UI for ASP.NET MVC. The installer will activate your trial when you complete the installation.
Copy file name to clipboardExpand all lines: docs-aspnet/getting-started-mvc/setup-with-nuget.md
+3-20
Original file line number
Diff line number
Diff line change
@@ -45,28 +45,11 @@ If you already have an existing project and you want to add Telerik UI for ASP.N
45
45
46
46
Telerik maintains a NuGet feed with official UI ASP.NET MVC releases and service packs. These packages are available for registered users with active licenses.
47
47
48
-
* If you will use a free trial license, follow [these steps](#adding-the-telerik-nuget-feed-for-trial-license-users) to add the NuGet feed to Visual Studio.
49
-
* If you have already purchased a commercial license, follow [these steps](#adding-the-telerik-nuget-feed-for-users-with-commercial-license) to add the NuGet feed to Visual Studio.
50
-
51
48
>tip If you have already configured the Telerik NuGet feed in Visual Studio, jump to [Installing the NuGet Package](#installing-the-nuget-package).
52
49
53
-
### Adding the Telerik NuGet Feed for Trial License Users
54
-
55
-
The easiest way to add the Telerik NuGet feed to Visual Studio if you are a trial user is to install the UI for ASP.NET MVC free trial:
56
-
57
-
1. Download the [UI for ASP.NET MVC free trial](https://www.telerik.com/aspnet-mvc) installer. You need to create a free account if don't have one.
58
-
59
-
1. Run the installer.
60
-
61
-
1. Select the option **Set up Telerik NuGet package source** to automatically add the [Telerik NuGet feed]({% slug nuget_install_aspnetmvc6_aspnetmvc %}).
62
-
63
-

64
-
65
-
>The setup wizard activates your trial license when you complete the installation. This step is mandatory because the Telerik NuGet packages are available only to clients with active licenses.
66
-
67
-
### Adding the Telerik NuGet Feed for Users with Commercial License
50
+
### Adding the Telerik NuGet Feed
68
51
69
-
The easiest way to add the Telerik NuGet feed to Visual Studio if you purchased a commercial license is to use the Progress Control Panel:
52
+
The easiest way to add the Telerik NuGet feed to Visual Studio is to use the Progress Control Panel:
70
53
71
54
1. Download the Progress Control Panel from the **Overview** page of your [Telerik account](https://www.telerik.com/account/).
72
55
@@ -92,7 +75,7 @@ Once you configure Visual Studio to access the Telerik NuGet server, you can add
92
75
93
76
1. From the **Package source** drop-down, select the Telerik NuGet source.
94
77
95
-
1. Click the **Browse** tab, search for `Telerik.UI.for.AspNet.Mvc5`(or `Telerik.UI.for.AspNet.Mvc5.Trial`), and install it.
78
+
1. Click the **Browse** tab, search for `Telerik.UI.for.AspNet.Mvc5` and install it.
96
79
97
80

Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/editors/autocomplete/adaptive-mode.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ position: 5
10
10
11
11
Adaptiveness is an advanced capability that enhances the Telerik UI for {{ site.framework }} AutoComplete by enabling a completely new layout based on the screen size. It also allows you to adjust the displayed on-screen keyboard for a more user-friendly interaction on touchscreen devices.
The AutoComplete supports an adaptive mode that provides a mobile-friendly rendering of its popup. To enable the adaptive rendering mode, set the [`AdaptiveMode()`](/api/kendo.mvc.ui.fluent/autocompletebuilder#adaptivemodekendomvcuiadaptivemode) property to `AdaptiveMode.Auto`.
0 commit comments