Skip to content

Commit 4e8eb31

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 3325572 commit 4e8eb31

File tree

5 files changed

+126
-65
lines changed

5 files changed

+126
-65
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: Installing with Windows MSI Installer Package
3+
page_title: Installing with Windows MSI Installer Package
4+
description: "Get started with Telerik UI for ASP.NET Core and install it with Windows MSI Installer Package."
5+
slug: msi_install_aspnetmvc6_aspnetmvc
6+
position: 7
7+
permalink: /getting-started/installation/msi-install
8+
---
9+
10+
# Installation Overview
11+
12+
To set up and install Telerik UI for ASP.NET Core, you first need to add the prerequisites.
13+
14+
## Prerequisites
15+
16+
Telerik UI for ASP.NET Core requires .NET Core.
17+
18+
The offline sample application requires:
19+
20+
* [.NET Core](https://www.microsoft.com/net/learn/get-started)
21+
* [Visual Studio](https://www.visualstudio.com/downloads/) with a whole `.NET Core cross-platform development` workload installed
22+
23+
## Download
24+
25+
To download Telerik UI for ASP.NET Core:
26+
27+
1. Log in to your [Telerik account](https://www.telerik.com/login/).
28+
1. Click **Downloads** in the top navigation.
29+
1. Click **Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core**.
30+
1. In the **Installation** section select to download the Telerik online installer (`exe` file), the `MSI` installer file directly.
31+
32+
The Telerik UI for ASP.NET Core suite can be included in a project via NuGet without locally installing the suite on the machine. Further information on how to configure such application could be found in the [Getting Started article]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#configuration-Add).
33+
34+
## Installation
35+
36+
Run the Telerik UI for ASP.NET Core installer. The automatic setup will guide you through the rest of the installation. The setup installs Telerik UI for ASP.NET Core in `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>`.
37+
38+
## Distribution Contents
39+
40+
Telerik UI for ASP.NET Core contains the following directories:
41+
42+
* `js`&mdash;These are the minified JavaScript files.
43+
* `styles`&mdash;The minified CSS files and images used by the themes.
44+
* `src`&mdash;The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version.
45+
* `typescript`&mdash;The TypeScript definitions for the Kendo combined scripts (`kendo.all`, `kendo.dataviz`, `kendo.web`, and `kendo.mobile`).
46+
* `vsdoc`&mdash;The intellisense definitions for the Kendo combined scripts (as the above).
47+
* `VSExtensions`&mdash;The extensions for Visual Studio 2017.
48+
* `wrappers\aspnetcore\Binaries\AspNet.Core`&mdash;Containing the .nupkg NuGet package file.
49+
* `wrappers\aspnetcore\Examples\AspNet.Core\VS2017`&mdash;The ASP.NET Core sample application built with Visual Studio 2017.
50+
* `wrappers\aspnetcore\EditorTemplates\razor`&mdash;The ready-to-use editor templates based on the Kendo UI widgets.
51+
52+
## Sample Application
53+
54+
Telerik UI for ASP.NET Core comes with a sample .NET Core application, built with Visual Studio 2017, which is an offline version of the [Telerik UI for ASP.NET Core Demos](https://demos.telerik.com/aspnet-core).
55+
56+
> As of the Kendo UI R2 2018 release, the Visual Studio 2015 version of the sample application is no longer distributed because of its deprecated format and limited tooling support.
57+
58+
To run the sample application:
59+
60+
1. Navigate to the installation directory of Telerik UI for ASP.NET Core.
61+
1. Open the Visual Studio 2017 sample project `wrappers\aspnetcore\Examples\AspNet.Core\VS2017\Kendo.Mvc.Examples\Kendo.Mvc.Examples.csproj`.
62+
1. Press `CTRL+F5` to build and run the application.
63+
64+
The sample application Visual Studio Project contains the following items:
65+
66+
* `Views`&mdash;The Razor views.
67+
* `Controllers`&mdash;The Controller classes.
68+
* `Models`&mdash;The Model classes.
69+
* `wwwroot`&mdash;The web application root which, in the **App_Data** folder, contains the LocalDB sample database and the other client resources such as libraries, scripts, styles, and others.
70+
71+
## Next Steps
72+
73+
* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
74+
* [CDN Services]({% slug cdnservices_core %})
75+
* [Helper Basics]({% slug fundamentals_core %})
76+
* [Helper Methods and Events]({% slug methodevents_core %})
77+
* [Visual Studio Support]({% slug visualstudiosupport_core %})
78+
79+
## See Also
80+
81+
* [jQuery Version Support]({% slug jquerysupport_core %})
82+
* [Web Browser Support]({% slug webbrowsersupport_core %})
83+
* [Operating System Support]({% slug ossupport_core %})
84+
* [PDF and Excel Export Support]({% slug exportsupport_core %})
85+
* [Installing Telerik UI for ASP.NET Core with NPM]({% slug npmpackages_core %})
86+
* [Installing Telerik UI for ASP.NET Core with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %})
87+
* [First Steps on Visual Studio for Mac (Online Guide)]({% slug gettingstarted_firststeps_vsmac %})
88+
* [First Steps with CLI (Online Guide)]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %})
Lines changed: 21 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,45 @@
11
---
22
title: Overview
33
page_title: Download and Installation Overview
4-
description: "Get started with Telerik UI for ASP.NET Core and learn how to download the library and initialize its Html and tag helpers."
4+
description: "Get started with Telerik UI for ASP.NET Core and learn about the available installation approaches."
55
slug: downloadinstall_aspnetcore
66
position: 1
77
permalink: /getting-started/installation/overview-download
88
---
99

1010
# Download and Installation Overview
11+
This article lists the different approaches for installing Progress® Telerik® UI for ASP.NET Core.
1112

12-
To set up and install Telerik UI for ASP.NET Core, you first need to add the prerequisites.
13+
## Meeting the Requirements
1314

14-
## Prerequisites
15+
Follow the instructions from the [official .NET Core documentation site](https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites).
1516

16-
Telerik UI for ASP.NET Core requires .NET Core.
17+
## Download and Installation
1718

18-
The offline sample application requires:
19+
To download and install Telerik UI for ASP.NET Core, you can use either of the following approaches:
1920

20-
* [.NET Core](https://www.microsoft.com/net/learn/get-started)
21-
* [Visual Studio](https://www.visualstudio.com/downloads/) with a whole `.NET Core cross-platform development` workload installed
22-
23-
## Download
24-
25-
To download Telerik UI for ASP.NET Core:
26-
27-
1. Log in to your [Telerik account](https://www.telerik.com/login/).
28-
1. Click **Downloads** in the top navigation.
29-
1. Click **Progress<sup>®</sup> Telerik<sup>®</sup> UI for ASP.NET Core**.
30-
1. In the **Installation** section select to download the Telerik online installer (`exe` file), the `MSI` installer file directly.
31-
32-
The Telerik UI for ASP.NET Core suite can be included in a project via NuGet without locally installing the suite on the machine. Further information on how to configure such application could be found in the [Getting Started article]({% slug gettingstarted_aspnetmvc6_aspnetmvc %}#configuration-Add).
33-
34-
## Installation
35-
36-
Run the Telerik UI for ASP.NET Core installer. The automatic setup will guide you through the rest of the installation. The setup installs Telerik UI for ASP.NET Core in `C:\Program Files (x86)\Progress\Telerik UI for ASP.NET Core <version>`.
37-
38-
## Distribution Contents
39-
40-
Telerik UI for ASP.NET Core contains the following directories:
41-
42-
* `js`&mdash;These are the minified JavaScript files.
43-
* `styles`&mdash;The minified CSS files and images used by the themes.
44-
* `src`&mdash;The complete JavaScript, CSS, and C# source code. Note that this directory is not available in the trial version.
45-
* `typescript`&mdash;The TypeScript definitions for the Kendo combined scripts (`kendo.all`, `kendo.dataviz`, `kendo.web`, and `kendo.mobile`).
46-
* `vsdoc`&mdash;The intellisense definitions for the Kendo combined scripts (as the above).
47-
* `VSExtensions`&mdash;The extensions for Visual Studio 2017.
48-
* `wrappers\aspnetcore\Binaries\AspNet.Core`&mdash;Containing the .nupkg NuGet package file.
49-
* `wrappers\aspnetcore\Examples\AspNet.Core\VS2017`&mdash;The ASP.NET Core sample application built with Visual Studio 2017.
50-
* `wrappers\aspnetcore\EditorTemplates\razor`&mdash;The ready-to-use editor templates based on the Kendo UI widgets.
51-
52-
## Sample Application
53-
54-
Telerik UI for ASP.NET Core comes with a sample .NET Core application, built with Visual Studio 2017, which is an offline version of the [Telerik UI for ASP.NET Core Demos](https://demos.telerik.com/aspnet-core).
55-
56-
> As of the Kendo UI R2 2018 release, the Visual Studio 2015 version of the sample application is no longer distributed because of its deprecated format and limited tooling support.
57-
58-
To run the sample application:
59-
60-
1. Navigate to the installation directory of Telerik UI for ASP.NET Core.
61-
1. Open the Visual Studio 2017 sample project `wrappers\aspnetcore\Examples\AspNet.Core\VS2017\Kendo.Mvc.Examples\Kendo.Mvc.Examples.csproj`.
62-
1. Press `CTRL+F5` to build and run the application.
63-
64-
The sample application Visual Studio Project contains the following items:
65-
66-
* `Views`&mdash;The Razor views.
67-
* `Controllers`&mdash;The Controller classes.
68-
* `Models`&mdash;The Model classes.
69-
* `wwwroot`&mdash;The web application root which, in the **App_Data** folder, contains the LocalDB sample database and the other client resources such as libraries, scripts, styles, and others.
21+
* The [Windows MSI installer package]({% slug msi_install_aspnetmvc6_aspnetmvc %}) comes with a standard setup wizard. The setup wizard installs the Telerik UI for ASP.NET Core server-side packages and the client-side resources. The MSI allows you to chose whether to install the offline version of the [Telerik UI for ASP.NET Core Demos](https://demos.telerik.com/aspnet-core) and the [Telerik UI for ASP.NET Core Visual Studio extensions]({% slug overview_visualstudio_aspnetcore %}).
22+
* [NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %}) allows you install only the packages that you need for your project. The Telerik Nuget feed is available only to commercial license holders.
23+
* [NPM]({% slug npmpackages_core %}) offers another way to install the needed packages for your project.
24+
* [Bower]({% slug bowerpackage_core %}) was a popular package manager but starting with ASP.NET Core v2.1 it is no longer supported.
7025

7126
## Next Steps
7227

73-
* [Create your own custom bundles]({% slug custombundles_core %})
74-
* [Check out the jQuery version support]({% slug jquerysupport_core %})
75-
* [Check out the web browser support]({% slug webbrowsersupport_core %})
76-
* [Check out the operation system support]({% slug ossupport_core %})
77-
* [Check out the PDF and Excel export support]({% slug exportsupport_core %})
78-
* [Explore the helper script dependencies]({% slug script_filesfor_barcodes_widgets %})
28+
* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
29+
* [Helper Basics]({% slug fundamentals_core %})
30+
* [Helper Methods and Events]({% slug methodevents_core %})
31+
* [Visual Studio Support]({% slug visualstudiosupport_core %})
32+
* [jQuery Version Support]({% slug jquerysupport_core %})
33+
* [Web Browser Support]({% slug webbrowsersupport_core %})
34+
* [Operating System Support]({% slug ossupport_core %})
35+
* [PDF and Excel Export Support]({% slug exportsupport_core %})
7936

8037
## See Also
8138

82-
* [Including Client-Side Resources]({% slug copyclientresources_aspnetmvc6_aspnetmvc %})
83-
* [Installing Telerik UI for ASP.NET Core with Bower]({% slug bowerpackage_core %})
84-
* [Installing Telerik UI for ASP.NET Core by Using the CDN Services]({% slug cdnservices_core %})
39+
* [Installing Telerik UI for ASP.NET Core with Windows MSI installer package]({% slug msi_install_aspnetmvc6_aspnetmvc %})
40+
* [CDN Services]({% slug cdnservices_core %})
8541
* [Installing Telerik UI for ASP.NET Core with NPM]({% slug npmpackages_core %})
8642
* [Installing Telerik UI for ASP.NET Core with NuGet]({% slug nuget_install_aspnetmvc6_aspnetmvc %})
87-
* [First Steps on Visual Studio for Windows (Online Guide)]({% slug gettingstarted_aspnetmvc6_aspnetmvc %})
8843
* [First Steps on Visual Studio for Mac (Online Guide)]({% slug gettingstarted_firststeps_vsmac %})
8944
* [First Steps with CLI (Online Guide)]({% slug gettingstartedcli_aspnetmvc6_aspnetmvc %})
45+

styles/web/type-bootstrap.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,8 @@ thead.k-grid-header tr:first-child {
11751175
.k-draghandle.k-state-selected:hover,
11761176
.k-scheduler .k-scheduler-toolbar .k-state-selected,
11771177
.k-scheduler .k-today.k-state-selected,
1178+
.k-pager-numbers .k-link.k-state-selected,
1179+
.k-pager-numbers .k-link.k-state-selected:hover,
11781180
.k-marquee-color
11791181
{
11801182
color: @selected-text-color;

styles/web/type-fiori.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,6 +2752,13 @@ div.k-window.k-state-focused
27522752
border-left-color: transparent;
27532753
}
27542754

2755+
2756+
.k-pager-numbers .k-state-selected,
2757+
.k-pager-numbers .k-state-selected:hover {
2758+
color: @selected-border-color;
2759+
border-color: @selected-border-color;
2760+
}
2761+
27552762
.k-grouping-header,
27562763
.k-grid-toolbar
27572764
{

styles/web/type-material.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2923,6 +2923,14 @@ td.k-group-cell,
29232923
}
29242924
}
29252925

2926+
.k-pager-numbers .k-state-selected,
2927+
.k-pager-numbers .k-state-selected:hover {
2928+
border-color: @selected-text-color transparent transparent;
2929+
border-radius: 0;
2930+
.box-shadow(none);
2931+
color: @selected-text-color;
2932+
}
2933+
29262934
.k-scheduler-toolbar > ul li:first-child,
29272935
.k-scheduler-toolbar > ul li:first-child .k-link,
29282936
.k-scheduler-toolbar .k-nav-next,

0 commit comments

Comments
 (0)